In config/environments/production.rb under Rails 3.1, change:
config.consider_all_requests_local = false
to true. Restart your application server. That is it.
Posted by Mohammad Ali to Mohammad Ali's deck (2013-04-16 08:39)
In config/environments/production.rb under Rails 3.1, change:
config.consider_all_requests_local = false
to true. Restart your application server. That is it.