Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/vlad/dev/": change = 5558]
  • Loading branch information
zenspider committed Dec 21, 2009
1 parent c04e292 commit 98545a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/vlad/rails.rb
@@ -1,13 +1,13 @@
namespace :vlad do
# set :rails_env, "production"
# set :migrate_args, ""
# set :migrate_target, :latest
# set :mkdirs, %w(tmp db)
# set :shared_paths, {
# 'log' => 'log',
# 'system' => 'public/system',
# 'pids' => 'tmp/pids',
# }
set :rails_env, "production"
set :migrate_args, ""
set :migrate_target, :latest
set :mkdirs, %w(tmp db)
set :shared_paths, {
'log' => 'log',
'system' => 'public/system',
'pids' => 'tmp/pids',
}

desc "Run the migrate rake task for the the app. By default this is run in
the latest app directory. You can run migrations for the current app
Expand Down

0 comments on commit 98545a4

Please sign in to comment.