Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Forked from gilesbowkett/foo.rake
Created April 16, 2011 01:01
Show Gist options
  • Save bcardarella/922733 to your computer and use it in GitHub Desktop.
Save bcardarella/922733 to your computer and use it in GitHub Desktop.
namespace :myapp do
task :renew => %w{db:drop db:create db:migrate}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment