Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created July 9, 2012 16:22
Show Gist options
  • Save mediocretes/3077440 to your computer and use it in GitHub Desktop.
Save mediocretes/3077440 to your computer and use it in GitHub Desktop.
task :init do
log "Connecting to Database..."
do_database_things
Rake::Task['data:prep'].enhance do
do_post-prep_things
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment