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
- Host: GitHub
- URL: https://github.com/amiel/rails_presentation
- Owner: amiel
- Created: 2010-04-23T00:07:25.000Z (about 16 years ago)
- Default Branch: gh-pages
- Last Pushed: 2010-04-24T06:10:59.000Z (about 16 years ago)
- Last Synced: 2024-10-03T12:33:09.444Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://amiel.github.com/rails_presentation
- Size: 375 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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