I solved a part of that problem on my own! By starting Webrick i got
the error details right on the console. What was going wrong?
"undefined method" method occured. A table column could not be found
on a model. Even after running migrations.
The problem was that RAILS_ENV for some unknown reason was set to
development mode. According to that the last migration ran in
development environment. I changed it back with
RAILS_ENV="production", ran migrations and everything was fine again.

Pending question is why my production log is not getting filled on
such errors?! File owner is same as environment.rb and permissions are
ok to write. (I'm running under passenger)

-Jens

-- 
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