I want to delete all the files it created and roll back any changes made, but not necessarily to the database, but more to the config files.
I\'d like to automatical
If you use Rails, use rails d controller Users.
rails d controller Users
And, if you use Zeus, use zeus d controller Users.
zeus d controller Users
On the other hand, if you are using git or SVN, revert your changes with the commit number. This is much faster.