30 minutes with rails

Post on 27-May-2015

1.681 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

TRANSCRIPT

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

top related