Upgrade to Pro — share decks privately, control downloads, hide ads and more …

modeling on Rails

modeling on Rails

Slides for lightning talk at RailsConf 2012, introducing "erd" gem for Ruby on Rails https://github.com/amatsuda/erd

Akira Matsuda

April 27, 2012
Tweet

More Decks by Akira Matsuda

Other Decks in Programming

Transcript

  1. generator & migration % rails g model author name %

    rails g model book author:references title % rails g model reader book:references name % rake db:migrate
  2. me • name: Akira Matsuda • twitter: @a_matsuda • github:

    amatsuda (kaminari, active_decorator, hocus_pocus, etc) • from: Japan / Asakusa.rb
  3. end