Sunday, May 12, 2013

Ruby On Rails

-----

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

  1. Guide Assumptions
  2. What is Rails?
  3. Creating a New Rails Project
  4. Hello, Rails!
  5. Getting Up and Running Quickly with Scaffolding
  6. Creating a Resource
  7. Adding a Second Model
  8. Refactoring
  9. Deleting Comments
  10. Security
  11. Building a Multi-Model Form
  12. View Helpers
  13. What’s Next?
  14. Configuration Gotchas

-----
from: http://guides.rubyonrails.org/getting_started.html

No comments:

Post a Comment