Rails 3

16
@diego_pacheco Software Architect | Agile Coach Rails 3

description

Rails3, rails, ror, ruby, wev, dev

Transcript of Rails 3

@diego_pachecoSoftware Architect | Agile Coach

Rails 3

December 13, 2005

Model, View & Controller

RESTful

D.R.Y

C.O.C

Fast Web Development

It’s CODE time !!!

$ gem install rails

$ rails new rails3app

$ cd rails3app

$ rails s

Getting Started…

Project Structure

http://localhost:3000/

rails3app / config / routes.rb

$ rails g scaffold person name:string email:string

$ rails g scaffold person name:string email:string

class Person < ActiveRecord::Baseend

RSpec / Rails Tests

@diego_pachecoSoftware Architect | Agile Coach

Rails 3

Thank You