Displaying 1 result from an estimated 1 matches for "migrate_target".
2006 May 25
2
Capistrano only runs migration against production env?
...at:
"By default, all this task does is change to the directory of your
current release (as indicated by the current symlink), and run rake
RAILS_ENV=production 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...