Skip to content

Instantly share code, notes, and snippets.

@remvee
Created July 28, 2010 09:43
Show Gist options
  • Save remvee/493879 to your computer and use it in GitHub Desktop.
Save remvee/493879 to your computer and use it in GitHub Desktop.
rake db:reset is kind of pointless
namespace(:db) { task :reset! => [:drop, :create, :migrate] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment