30 Minutes With Rails

Post on 27-May-2015

1.681 views 2 download

Tags:

description

Quick overview of Ruby on Rails and model, view, controller design pattern. Mostly performed via a live demo.

Transcript of 30 Minutes With Rails

Fast prototyping

Double click install forOS X and Windows

Model, view, controller

Model, view, controller

Custom classes for

data, logic, etc

Model, view, controller

controls that view and edit

Model, view, controller

mediates data flow between model and view

Controller

View Model

Less talk, more action

Demo

Patient.new

patient.syndromes

has_many :symptoms

syndrome.symptoms.each

Awesome

30 more minutes

locomotive.sourceforge.net

rubyforge.org/projects/instantrails/

slideshare.net/mza