SlideShare a Scribd company logo
RUBY ON RAILS
AN INTRODUCTION TO RAILS 3
WHAT YOU WILL LEARN
• Ruby: the language
  • Core Syntax
  • Fundamentals used in Rails
• Rails: the web framework
  • Core classes
  • Common Patterns (and anti-patterns)
  • Enough to be dangerous
HOW YOU WILL LEARN

• Exploration: experiment, play
• Test-Driven Development (TDD)
   • Initially as a learning methodology
   • Later as a development methodology
• Ask questions
• Learn to find your own answers
CLASS STRUCTURE

• Conceptual Overview
• Live Coding Demonstrations
• In-class coding
RUBY ON RAILS HISTORY
• Ruby on Rails was extracted from 37signals’ Basecamp by
  David Heinemeier Hansson (DHH)

• July 2004: first released as open source

• Feb 2005: first external commit rights

• Oct 2007: ships with Mac OS X v10.5 "Leopard”
RAILS PHILOSOPHY

• Opinionated
• Convention over configuration
• DRY (Don't Repeat Yourself)
  • less code means it's easier to maintain & modify
• Test Driven Development (TDD)
• Minimal code - maximal effect
QUESTIONS?

More Related Content

PPTX
Portuguese empire
PDF
Ait eu-sri-project overview
PDF
Multichannel Trend Executive Summary Part1 7 26 11
XLS
Financial Analysis Intro 6 Oct
PDF
Rails Class Intro - 1
PPTX
Ruby On Rails Intro
PPTX
Intro to Rails and MVC
Portuguese empire
Ait eu-sri-project overview
Multichannel Trend Executive Summary Part1 7 26 11
Financial Analysis Intro 6 Oct
Rails Class Intro - 1
Ruby On Rails Intro
Intro to Rails and MVC

Similar to Ruby on Rails Class intro (20)

KEY
Introduction to Rails
PPTX
Intro to Rails Give Camp Atlanta
PDF
Introduction to Ruby on Rails: Build Web Apps Faster.
PPTX
Rubyonrails 120409061835-phpapp02
ODP
A Toda Maquina Con Ruby on Rails
PPT
Rubyon Rails
PPTX
Ruby on Rails Fundamentals, Class 1
PDF
Introduction to Rails - presented by Arman Ortega
KEY
An introduction to Rails 3
PDF
What is Ruby on Rails
PDF
Ruby on Rails Presentation
PDF
Ruby Rails Web Development.pdf
PDF
Introduction to Ruby on Rails.pdf
PDF
Introduction to Rails by Evgeniy Hinyuk
PDF
Lecture #5 Introduction to rails
PPTX
Ruby on Rails : First Mile
PDF
The Birth and Evolution of Ruby on Rails
KEY
Intro to Ruby on Rails
PDF
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
PDF
Ruby On Rails
Introduction to Rails
Intro to Rails Give Camp Atlanta
Introduction to Ruby on Rails: Build Web Apps Faster.
Rubyonrails 120409061835-phpapp02
A Toda Maquina Con Ruby on Rails
Rubyon Rails
Ruby on Rails Fundamentals, Class 1
Introduction to Rails - presented by Arman Ortega
An introduction to Rails 3
What is Ruby on Rails
Ruby on Rails Presentation
Ruby Rails Web Development.pdf
Introduction to Ruby on Rails.pdf
Introduction to Rails by Evgeniy Hinyuk
Lecture #5 Introduction to rails
Ruby on Rails : First Mile
The Birth and Evolution of Ruby on Rails
Intro to Ruby on Rails
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby On Rails
Ad

More from Blazing Cloud (20)

PDF
Rails ORM De-mystifying Active Record has_many
PDF
Active Record Introduction - 3
PDF
Your first rails app - 2
PDF
RSpec Quick Reference
PDF
Extending rails
KEY
2day Ruby Class Intro
KEY
Mobile Lean UX
KEY
Interactive Graphics
KEY
Interactive Graphics w/ Javascript, HTML5 and CSS3
KEY
Form helpers
KEY
Intro to Ruby (and RSpec)
KEY
What you don't know (yet)
KEY
Introduction to Rails
KEY
ActiveRecord
KEY
Ruby on rails toolbox
KEY
Routes Controllers
KEY
Test Driven Development
KEY
Active Record
KEY
Enumerables
KEY
Rails ORM De-mystifying Active Record has_many
Active Record Introduction - 3
Your first rails app - 2
RSpec Quick Reference
Extending rails
2day Ruby Class Intro
Mobile Lean UX
Interactive Graphics
Interactive Graphics w/ Javascript, HTML5 and CSS3
Form helpers
Intro to Ruby (and RSpec)
What you don't know (yet)
Introduction to Rails
ActiveRecord
Ruby on rails toolbox
Routes Controllers
Test Driven Development
Active Record
Enumerables
Ad

Recently uploaded (20)

PDF
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Advanced Soft Computing BINUS July 2025.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Big Data Technologies - Introduction.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
Teaching material agriculture food technology
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
KodekX | Application Modernization Development
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Sensors and Actuators in IoT Systems using pdf
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Advanced Soft Computing BINUS July 2025.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Dropbox Q2 2025 Financial Results & Investor Presentation
Big Data Technologies - Introduction.pptx
Review of recent advances in non-invasive hemoglobin estimation
NewMind AI Weekly Chronicles - August'25 Week I
Teaching material agriculture food technology
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
KodekX | Application Modernization Development
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
madgavkar20181017ppt McKinsey Presentation.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
Sensors and Actuators in IoT Systems using pdf

Ruby on Rails Class intro

  • 1. RUBY ON RAILS AN INTRODUCTION TO RAILS 3
  • 2. WHAT YOU WILL LEARN • Ruby: the language • Core Syntax • Fundamentals used in Rails • Rails: the web framework • Core classes • Common Patterns (and anti-patterns) • Enough to be dangerous
  • 3. HOW YOU WILL LEARN • Exploration: experiment, play • Test-Driven Development (TDD) • Initially as a learning methodology • Later as a development methodology • Ask questions • Learn to find your own answers
  • 4. CLASS STRUCTURE • Conceptual Overview • Live Coding Demonstrations • In-class coding
  • 5. RUBY ON RAILS HISTORY • Ruby on Rails was extracted from 37signals’ Basecamp by David Heinemeier Hansson (DHH) • July 2004: first released as open source • Feb 2005: first external commit rights • Oct 2007: ships with Mac OS X v10.5 "Leopard”
  • 6. RAILS PHILOSOPHY • Opinionated • Convention over configuration • DRY (Don't Repeat Yourself) • less code means it's easier to maintain & modify • Test Driven Development (TDD) • Minimal code - maximal effect

Editor's Notes