Monday, October 3, 2011

[Rails] 500 Error

I have set my routes.rb to point to the welcom#index I generated using
the railsinstaller.org instructions and on my local machine I can view
the page, but when I push my app to a cloud server (I've tried both
engine yard and heroku) I get either the index.html (in the public
folder) or the 500.html when I delete the index.html.

How do I get my welcome>index.html.erb to load instead of the 500.html?

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

No comments:

Post a Comment