search for: is_production

Displaying 1 result from an estimated 1 matches for "is_production".

Did you mean: _production
2007 Mar 04
0
Did BackgrounDRb change my apps behavior?
I just installed BackgrounDRb the other day. It''s working great but after I deployed to production, I noticed a couple of strange things happening: 1) I have the following code in a lib module and after deploying, IS_PRODUCTION was set to false. I''m not sure why this started occurring and the only major change was the installation of BackgrounDRb and its dependencies. Could this have changed the initialization order or something? module Util IS_PRODUCTION = (ENV[''RAILS_ENV''] == ''...