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
rails destroy controller lalala rails destroy model yadayada rails destroy scaffold hohoho
Rails 3.2 adds a new d shortcut to the command, so now you can write:
d
rails d controller lalala rails d model yadayada rails d scaffold hohoho