Introduction to
Rails
Leif Gensert
!

6 years developer
!

2 years of Ruby/Rails
!

Part of Propertybase
!

coach
DISCLAIMER: Beginner’s Talk
No Code
No unnecessary
Tech bla-bla

No 100% Accuracy
Ruby on Rails?
ORM?
Ruby?

Web Application?
Rails?
MVC?
Short Answer
Ruby
Creator: Yukihiro Matsumoto (matz)
Programming Language
General Purpose

(Ruby on) Rails
Creator: David Heinemeier Hansson (dhh)
Framework
Written in Ruby
Web application specific
Client

Kind of…
HTT
P

Web Application

Server

Frontend

Backend
Web Application
http://yourawesomewebapp.com/unicorns/blue

Routing
Lookup

View
Presentation

Controller
Processing

Model
Dataloading
Ruby
on
Rails

Routing

+ Installation of Tools
+ Email Tools
+ Internationalization
+…

View

Controller

Database

Model
Conclusion

• Ruby: programming language

• Rails: set of tools (aka framework)
• Remember the unicorns
• Ask your coaches

Lets get started by Leif Gensert