Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jmarcosJava/7cd9a2e5bb257dcfa7ecccccf5fa1665 to your computer and use it in GitHub Desktop.

Select an option

Save jmarcosJava/7cd9a2e5bb257dcfa7ecccccf5fa1665 to your computer and use it in GitHub Desktop.
Desfazendo coisas no Rails
$ rails generate controller Noticias titulo
$ rails destroy controller Noticias titulo
$ rails generate model Noticia titulo:string
$ rails destroy model Noticia
$ rake db:migrate
$ rake db:rollback
$ rake db:migrate VERSION=0 #volta para o inicio dos tempos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment