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

Ruby on Rails for .Net Developers

Michael Dwan
September 12, 2007

Ruby on Rails for .Net Developers

I gave this intro to Rails talk to the Chicago .NET Users Group on September 12, 2007.

Michael Dwan

September 12, 2007
Tweet

More Decks by Michael Dwan

Other Decks in Programming

Transcript

  1. “Web development that doesn’t hurt” RoR is an open-source web

    framework that’s optimized for programmer happiness and sustainable productivity. It lets you write beautifiul code by favoring convention over configuration. -RubyOnRails.org
  2. Model Manages application state Enforces business rules View Generates the

    user interface
 html, js, xml, pdf, etc... Controller Orchestrates interactions between model & view
  3. ActiveRecord design pattern object relational mapper vender neutral data layer

    db to ruby type translation pre-built to handle many common scenarios