vote up 0 vote down star

I'm curious as to why when I build my project using CruiseControl.rb, it runs it in production mode? Even though my application should not be in production mode. I even tried to specify: ENV['RAILS_ENV'] ||= 'development' in my app's environment.rb

flag

70% accept rate

1 Answer

vote up 1 vote down check

That environment.rb line will only set your environment to development if the environment is not already set.

For information about how they suggest configuring your build environments, see:

Their Manual Entry on the subject

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.