pepe wrote:
> Found a hack?
> 
> I looked into the environments folder and compared development vs.
> production. I found this line:
> 
> config.action_controller.consider_all_requests_local = false
> 
> I changed it to 'true' and the application now works. Any kind soul
> that could explain this to me? I'm not really a Rails expert.
> 

AWDWR(3rd), p 686 says:

The default setting of true means that all exceptions will display error 
and backtrace information in the browser. Set this to false in 
production to stop users from seeing this information.



-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to