Has anyone successfully deployed on Network Solutions? All I seem to be able to get are "500" errors, nothing in the logs. I''m hoping this is a stupid database.yml problem, but none of the iterations I''ve tried seem to help. At a complete loss right now. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I think I''ve eliminated the database.yml as a problem, by configuring the environment.rb to skip the Active Record framework. Still nothing but the custom rails 500 error, and nothing in the logs. On Jan 19, 3:36 pm, jrq <jerry.quart...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Has anyone successfully deployed on Network Solutions? All I seem to > be able to get are "500" errors, nothing in the logs. I''m hoping this > is a stupid database.yml problem, but none of the iterations I''ve > tried seem to help. At a complete loss right now.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Looks like I was wrong. It was the database. I thought I was running in "development", which I had specified in the environment.rb, but it wasn''t taking. So it was running in "production", which didn''t have a database configured in the database.yml. Once that was corrected it all fell into place. Not sure why I don''t see anything in the log files though. On Jan 20, 1:33 pm, jrq <jerry.quart...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I think I''ve eliminated the database.yml as a problem, by configuring > the environment.rb to skip the Active Record framework. > Still nothing but the custom rails 500 error, and nothing in the logs. > > On Jan 19, 3:36 pm, jrq <jerry.quart...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Has anyone successfully deployed on Network Solutions? All I seem to > > be able to get are "500" errors, nothing in the logs. I''m hoping this > > is a stupid database.yml problem, but none of the iterations I''ve > > tried seem to help. At a complete loss right now.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.