Displaying 1 result from an estimated 1 matches for "migrate_env".
Did you mean:
migrate_end
2006 May 25
2
Capistrano only runs migration against production env?
...on migrate. You can specify that it should run against
the latest release (regardless of what the current release is) by
setting the migrate_target variable to :latest before invoking this
task. Likewise, if you want to specify additional environment variables
(beside RAILS_ENV) you can set the migrate_env variable to the
space-delimited list of name=value pairs to use."
Can anyone verify the truth of this statement.
Currently I use Capistrano to deploy to a test environment, so I''d like
to be able to run my migrations against test.
Can you modify the RAILS_ENV that Capistrano is u...