sangeetha.geethu05-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-03 03:32 UTC
problem in ROR
hi, while the time of executing ROR application I get the following problem. Because of this problem I am not able to continue with my project. Please any one help me. Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html Thanks, S.Sangeetha. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Check your log/development.log and check your apache error.log. ~kurth On Wed, 2007-05-02 at 20:32 -0700, sangeetha.geethu05-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> hi, > > while the time of executing ROR application I get the following > problem. > Because of this problem I am not able to continue with my project. > Please > any one help me. > > > Application error > > Change this error message for exceptions thrown outside of an action > (like > in Dispatcher setups or broken Ruby code) in public/500.html > > > Thanks, > S.Sangeetha. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Set this in your config/environments/development.rb (or whatever environment you are actually running, typically development if you are developing the code): config.action_controller.consider_all_requests_local = true You should then see the application error and backtraces in your web browser when you hit the error. DZ On May 2, 10:41 pm, Kurth Bemis <kurth.be...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Check your log/development.log and check your apache error.log. > > ~kurth > > On Wed, 2007-05-02 at 20:32 -0700, sangeetha.geeth...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > hi, > > > while the time of executing ROR application I get the following > > problem. > > Because of this problem I am not able to continue with my project. > > Please > > any one help me. > > > Application error > > > Change this error message for exceptions thrown outside of an action > > (like > > in Dispatcher setups or broken Ruby code) in public/500.html > > > Thanks, > > S.Sangeetha.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Wow - thanks for the post. What a great tip! ~k On Thu, 2007-05-03 at 08:34 -0700, DZ wrote:> Set this in your config/environments/development.rb (or whatever > environment you are actually running, typically development if you are > developing the code): > > config.action_controller.consider_all_requests_local = true > > You should then see the application error and backtraces in your web > browser when you hit the error. > > DZ > > On May 2, 10:41 pm, Kurth Bemis <kurth.be...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Check your log/development.log and check your apache error.log. > > > > ~kurth > > > > On Wed, 2007-05-02 at 20:32 -0700, sangeetha.geeth...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > hi, > > > > > while the time of executing ROR application I get the following > > > problem. > > > Because of this problem I am not able to continue with my project. > > > Please > > > any one help me. > > > > > Application error > > > > > Change this error message for exceptions thrown outside of an action > > > (like > > > in Dispatcher setups or broken Ruby code) in public/500.html > > > > > Thanks, > > > S.Sangeetha. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---