On Mon, Mar 8, 2010 at 9:04 AM, Jarl Friis <[email protected]> wrote:
> That showed that when configuring observer, the ENV['RAILS_ENV'] =
> 'test' statement in cc_build.rake:38 is not propagated properly to the
> project rake task db:test:purge, it has to be set on a higher level.

Thanks for the report Jarl, but I'd like to get more details before
sprinkling more RAILS_ENV around.

Why isn't RAILS_ENV propagated to db:test:purge?  It is just being
called via Rake::Task[task_name].invoke, which should pass it along.
Plus, db:migrate obviously has no problems...

Are you sure this isn't a bug in your app or the specific version of
Rails you are using?

-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to