[Backgroundrb-devel] Different environments in backgroudrb.yml
Raimond Garcia
voodoorai2000 at gmail.com
Tue Jan 8 12:49:54 EST 2008
Cool, what about development and production environments? should I
just not include the environment definition in backgroundrb.yml, and
simply start the servers using the appropriate environment each time?
for example
RAILS_ENV=development ./script/backgroundrb start
and
RAILS_ENV=production ./script/backgroundrb start
On Jan 8, 2008, at 6:15 PM, hemant kumar wrote:
> Hi
> On Tue, 2008-01-08 at 17:43 +0100, Raimond Garcia wrote:
>> Hi,
>>
>> Got everything setup nicely with backgroundrb for the development
>> environment and running tests with rspec. However, I have to keep
>> editing the backgroundrb.yml file, to switch between development and
>> testing environment. How can I declare a development, testing and
>> production environment in backgroundrb.yml?
>>
>> Thanks in advance
>
> in your bdrb_test_helper.rb file put:
>
> RAILS_ENV = 'test' at top and you are set.
>
>
>
More information about the Backgroundrb-devel
mailing list