I don't remember how the rendering was in Rails 2.2.2, but this is how 
I'm doing it in my Rails 2.3.5+ apps

render :file => File.join(Rails.root, 'public', '500.html'

You might need :layout => false


~Jeremy

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to