Hi all I just got a "We''re sorry, but something went wrong." message while developing my Rails app. I didn''t expect such a message to be displayed in development mode - is this normal? And if so, in what cases will be displayed an exception error and when this 500 message? Thanks for information. Josh -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Joshua Muheim wrote:> Hi all > > I just got a "We''re sorry, but something went wrong." message while > developing my Rails app. I didn''t expect such a message to be displayed > in development mode - is this normal? And if so, in what cases will be > displayed an exception error and when this 500 message? > > Thanks for information. > JoshI also had this error in development mode. It was a problem of incorrect number of ''end'' I found the error thanxs to the log files. -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Yeah... whenever you get that it''s because something''s horribly wrong in one of your classes, so horribly wrong that Rails can''t get started. On 11/5/07, Achille Pinson <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Joshua Muheim wrote: > > Hi all > > > > I just got a "We''re sorry, but something went wrong." message while > > developing my Rails app. I didn''t expect such a message to be displayed > > in development mode - is this normal? And if so, in what cases will be > > displayed an exception error and when this 500 message? > > > > Thanks for information. > > Josh > > I also had this error in development mode. > It was a problem of incorrect number of ''end'' > I found the error thanxs to the log files. > > -- > Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Brian Hogan wrote:> Yeah... whenever you get that it''s because something''s horribly wrong in > one > of your classes, so horribly wrong that Rails can''t get started.OK, thanks for your informations. :-) -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
On Nov 5, 2007, at 2:10 PM, Joshua Muheim wrote:> I just got a "We''re sorry, but something went wrong." message while > developing my Rails app. I didn''t expect such a message to be > displayed > in development mode - is this normal? And if so, in what cases will be > displayed an exception error and when this 500 message?That could be caused by all sorts of things. Look in log/ development.log for clues. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---