Ruby on Rails 3

download Ruby on Rails 3

If you can't read please download the document

Transcript of Ruby on Rails 3

Blue Gradients

Ruby (on Rails)

By Stefan FODOR

Special Subject 1&2

puts Time.new.inspect.to_s

Overview

Ruby on Rails

Goals

Live Demo My blog

Closing word on Rails

Questions?

Ruby on Rails

https://github.com/xtephan/ruby-on-rails

Bad-ass web application frameworkBased on Ruby

Alternative to PHP (Cake)

Human-orientated programming

Goals

Design/write a blog

Understand the principles introduces by RailsMCV

DB Migration

DB Statements(kicks-ass)

Scaffolds, actions, controls

API(like jQuery, Validation, )

Find a decent web-hosting for Rails

LIVE DEMO

Closing Word

I love MCV model

I love DB independent statements

I love DRY and KISS principles

I love that Rails reads my mindI hate that sometimes I have to read Rails' mind

QUESTIONS?