Rails 2.0 has new default extension for view files .html.erb in place of .rhtml. Attached patch fixes automatic switching
between the controller and the view.
Note: this will break work with rails 1.2 projects.
suggestion: defining new file extension in .emacs file (defvar rails-templates-list ...) should be enough. It did not
work for me, for some reason, so I had to hack rails.el file. |