Skip to content

Instantly share code, notes, and snippets.

@dancomanlive
dancomanlive / active-record-migration-expert.md
Created April 14, 2016 08:01 — forked from pyk/active-record-migration-expert.md
become active record migration expert (Rails 4.0.2)

become active record migration expert (Rails 4.0.2)

workflow:

create model

$ rails g model NameOfModel
    invoke  active_record
    create    db/migrate/YYYYMMDDHHMMSS_create_name_of_models.rb