Just a memo. So far, after deploying with Capistrano, mongrel starts in development environment. I had to set ENV['RAILS_ENV'] = 'production' in environment.rb in order to start mongrel in production environment. By the way, I'm using mongrel cluster.
Post a Comment
1 comment:
Just a memo.
So far, after deploying with Capistrano, mongrel starts in development environment.
I had to set ENV['RAILS_ENV'] = 'production' in environment.rb in order to start mongrel in production environment. By the way, I'm using mongrel cluster.
Post a Comment