I don''t know what happened. I had been adding some session stuff with before filters to my base controller classes when suddenly I started getting error 500 which is internal server error. I commented out all the before filters I had, rebooted the machine and all that. It doesn''t even get to the first line of any controller as far as I can tell. Usually if I just add a puts debug statement someplace it comes out in the console log, but I''m not having any luck with that. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Look at <yourapp>/log/development.log... assuming you''re in dev mode. b surfivor wrote:> > I don''t know what happened. I had been adding some session stuff with > before filters to my base controller classes when suddenly I started > getting error 500 which is internal server error. I commented out all > the before filters I had, rebooted the machine and all that. It > doesn''t even get to the first line of any controller as far as I can > tell. Usually if I just add a puts debug statement someplace it comes > out in the console log, but I''m not having any luck with that. > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---