Bazley wrote: > It's a bit of a niggle that the .rhtml file should work but it > doesn't, despite the html.erb file working fine. Is there anything you > can recommend I do to investigate and/or fix this..?
Nothing needs to be "fixed". The .rhtml naming scheme is deprecated in Rails 2, and I believe it's been removed entirely in Rails 3. So don't use it! If you have a tutorial that uses .rhtml, that's a sure sign that it's out of date. Find a current one. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

