An open API service indexing awesome lists of open source software.

https://github.com/amiel/rails_presentation

Slides and notes for my Introduction to Rails presentation
https://github.com/amiel/rails_presentation

Last synced: about 1 year ago
JSON representation

Slides and notes for my Introduction to Rails presentation

Awesome Lists containing this project

README

          

h1. Beginning Rails Presentation

h2. Outline and Brainstorm

* I'm here to talk about ...
* Who Am I?
* Why we use Rails.
** rapid dev/ rapid prototying...

* Do you know what a web framework is?
* ...

* MVC

* Routing
* REST

* Bottom Up
** Model
*** AR examles with queries
**** associations: has_many, belongs_to, habtm, has_many:through
****
**** named_scope
** Controller
** View
*** <%= %>
*** formtastic
** Helper
*** A Sample helper

* Testing

* Active Support? -- titleize

* Security
* Rails 3
** Auto h