Check your prod or dev log. It will help you.
The 500 error might be related to the new way rails deals with the
session. You need to add a line like this one in your environment.rb:
config.action_controller.session = { :session_key =>
“_app_session”, :secret => “something longer than 30 characters” }
I am also currently enjoying the damn hard migration to Rails2.
So, boot.rb didn’t have any ‘require_gem’ in it at all. I did not set
the session and I have not read the last 50 lines of my development
environment. BUT, I will do that now.
I thought I saw something that you could run and find out if anything
you have in your application was deprecated in 2.0.2. Does this
exist?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.