search for: backgroundrb_prodcution

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

2007 Jan 29
1
rails_env configuration conflict...
...n file is handled, in particular effecting the setting of the ENV[''RAILS_ENV''] value. When I attempted to run a worker in production, it would run fine the first time - the second time would fail because it was trying to access the development database. I had created a ''backgroundrb_prodcution.yml'' file that I was passing in when starting up backgroundrb. Setting the ENV[''RAILS_ENV''] to production didn''t help. In BackgrounDRb::Config, it set the ENV[''RAILS_ENV''] to the value :rails_env value in the config file, and defaults to devel...