evan / mongrel

Mongrel
http://rubygems.org/gems/mongrel
Other
144 stars 18 forks source link

rails application problem in production #27

Closed mvrkrishnaverma closed 13 years ago

mvrkrishnaverma commented 13 years ago

Hi, I have developed a application version rails 2.3.8 and mongrel 1.1.5. working fine in the development mode but not working properly in production. i am using mysql for database. When i restart the server it is working fine for the first time in production. after that it is showing the same values

Thanks in advance

mvrkrishnaverma commented 13 years ago

hey guys problem got solved . We need to set in the conf/environment/production.rb "config.action_controller.consider_all_requests_local = false " rails rocks