I have a dev Ruby on Rails database full of data. I want to delete everything and rebuild the database. I\'m thinking of using something like:
rake db:recrea
According to Rails guide, this one liner should be used because it would load from the schema.rb instead of reloading the migration files one by one:
schema.rb
rake db:reset