Skip to content

Instantly share code, notes, and snippets.

@rangerscience
Created June 18, 2011 04:04
Show Gist options
  • Save rangerscience/1032793 to your computer and use it in GitHub Desktop.
Save rangerscience/1032793 to your computer and use it in GitHub Desktop.
#!/usr/bin/env /home/baronmango/ipdb/ipdb/script/rails runner
require 'script/parsing/parser.rb'
require 'script/parsing/add_data.rb'
require 'rake'
require 'rake/rdoctask'
require 'rake/testtask'
require 'rails/tasks'
#Completely reset the database
Rake::Task['db:reset'].invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment