10
Ruby on Rails Mihai Anca

Ruby on Rails

  • Upload
    ropiku

  • View
    539

  • Download
    0

Embed Size (px)

DESCRIPTION

A presentation gave at ForumIT 2008, Braila, Romania.

Citation preview

Page 1: Ruby on Rails

Ruby on RailsMihai Anca

Page 2: Ruby on Rails

RubyLimbaj dinamic

Orientat pe obiecte

Scris în 1993 de Yukihiro Matsumoto

Mai multe implementări: MRI, YARV, JRuby, IronRuby, MacRuby

>> 1 + 2 => 3 >> “Hello ForumIT”.length=> 13

>> 2.times do ?> puts “Hello” ?> endHelloHello

Page 3: Ruby on Rails

Ruby on Rails

Framework web

Scris in Ruby

Open source (MIT)

Arhitectură MVC

“Convention over Configuration”

DRY (Don’t Repeat Yourself)

Page 4: Ruby on Rails

MVCModel

Reprezentarea informației

Adaugă logică

Bază de date, API, etc.

View

Transformă modelul într-o formă vizibilă

Template HTML, RSS, Atom, XML, JSON

Controller

Procesează evenimente

Page 5: Ruby on Rails

MVC în RailsModel Controller

View

Page 6: Ruby on Rails

Demo

Page 7: Ruby on Rails

Deployment

CGI

FastCGI

WEBrick

Mongrel

Thin, Ebb

Passenger (mod_rails)

Page 8: Ruby on Rails

Ruby on Rails liveScribd.com

Hulu.com

Justin.tv

Yellowpages

Twitter

Kongregate

Basecamp

Github

Page 10: Ruby on Rails

Vă mulțumesc