SyntaxFix
Write A Post
Hire A Developer
Questions
if you want to completely empty the database and not just delete a model or models attached to it you can do:
rake db:purge
you can also do it on the test database
rake db:test:purge