1.
Rails on Rack
script/server does the basic job of creating a Rack::Builder object and ... For a freshly generated Rails application, this might produce something like: ...
2.
Performance Testing Rails Applications
Jan 8, 2009 ... Command Line Tools. benchmarker; profiler. Helper Methods. Model; Controller; View. Request Logging. Useful Links. Rails plugins and gems ...
3.
Ruby on Rails 2.2 Release Notes
Connection pooling lets Rails distribute database requests across a pool of ... Rails 2.2 Change: Private Methods on Association Proxies are Private ...
4.
Ruby on Rails 2.3 Release Notes
Still, this is a major change to Rails internals. After upgrading to 2.3, .... connections in database.yml to get this behavior from a Rails application. ...
5.
Migrations
Start Here: Getting Started with Rails; Models: Rails Database .... The model and scaffold generators will create migrations appropriate for adding a new ...
6.
Rails form helpers
For example a form might let you create any number of addresses by repeating the ... The previous sections did not use the Rails form helpers at all. ...
7.
Ruby on Rails guides
These guides are designed to make you immediately productive with Rails, ... Rails Guides are a result of the ongoing Guides hackfest and a work in progress ...
8.
Ruby on Rails 2.3 Release Notes
The Ruby on Rails guides project has published several additional guides for Rails 2.3. In addition, a separate site maintains updated copies of the Guides ...
9.
Debugging Rails Applications
This guide introduces techniques for debugging Ruby on Rails applications. .... The default Rails log level is info in production mode and debug in ...
10.
Action Mailer Basics
Action Mailer allows you to send emails from your application using a mailer model and views. So, in Rails, emails are used by creating models that inherit ...