Getting Started with Rails
This guide covers getting up and running with Ruby on Rails. After reading it, you should be familiar with:
- Installing Rails, creating a new Rails application, and connecting your application to a database
- The general layout of a Rails application
- The basic principles of MVC (Model, View Controller) and RESTful design
- How to quickly generate the starting pieces of a Rails application
Chapters
- Guide Assumptions
- What is Rails?
- Creating a New Rails Project
- Hello, Rails!
- Getting Up and Running Quickly with Scaffolding
- Creating a Resource
- Adding a Second Model
- Refactoring
- Deleting Comments
- Security
- Building a Multi-Model Form
- View Helpers
- What’s Next?
- Configuration Gotchas
-----
from: http://guides.rubyonrails.org/getting_started.html
No comments:
Post a Comment