David Beckwith wrote: > Is there an easy way to set the RAILS_ENV to 'test' in my deploy.rb > file?
set :rails_env, 'test' or set :migrate_env, 'test' See also http://labs.peritor.com/webistrano/wiki/ConfigurationParameter Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
