Skip to content

Instantly share code, notes, and snippets.

View KBeltz's full-sized avatar
🆗
Focusing

Kristin (Kikki) Beltz KBeltz

🆗
Focusing
  • Omaha, NE
View GitHub Profile
@lucashungaro
lucashungaro / links.textile
Created August 14, 2010 16:36
Links de referência utilizados em minha palestra
@pyk
pyk / active-record-migration-expert.md
Last active August 2, 2021 09:20
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