On 1/2/08, bbebop <wtberry-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
> I have an app for which script/server crashes on startup, probably
> because the platform doesn''t have one or more required gems
> installed. I''m wondering if there''s an easy way to
determine which
> gems are required or missing. Thanks.
You need to look for require statements that are failing. Start the
server in development mode so you can get more explicit errors in the
logs.
RAILS_ENV=development script/server
tail -f log/development.log
--
Greg Donald
http://destiney.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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---