thanks for reading this. I've got some problems with RJS in
separate files. What's the correct extension? When I name it *.rjs /
*.js.rjs, Ruby on Rails complains that it in not able to find a
*.js.erb template. But when I name it *.js.erb, nothing is translated
to javascript, only the raw text is given back to the client. When I
try inline RJS directly in my controllers with "render :update ...",
it runs perfectly. What am I doing wrong?