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

Intro to Rails

Intro to Rails

Brief introduction to Rails followed by a workshop.

Presented at: RailsGirls Bogotá 2015

Sebastian Sogamoso

June 20, 2015
Tweet

More Decks by Sebastian Sogamoso

Other Decks in Programming

Transcript

  1. Intro to Rails m/railsgirls charset=“utf-8”>… • Get list of fans

    • Get list of comments • Order the comments by date • Get group photos • …
  2. Intro to Rails By following the this ideas: • MVC

    pattern • Convention over configuration
  3. Intro to Rails This class (model) represents a table in

    the database called “carts” Convention over configuration