From 1dcde46329e517569152038d256cfb7bdf632426 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 25 Oct 2008 18:11:18 +0530 Subject: Update rn html --- railties/doc/guides/html/2_2_release_notes.html | 594 ++++++++++++------------ 1 file changed, 297 insertions(+), 297 deletions(-) (limited to 'railties') diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index 9d92223037..01c3a9f162 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -1,293 +1,293 @@ - - - - - Ruby on Rails 2.2 Release Notes - - - - - - - - - -
- - - -
-

Ruby on Rails 2.2 Release Notes

+ + + + + Ruby on Rails 2.2 Release Notes + + + + + + + + + +
+ + + +
+

Ruby on Rails 2.2 Release Notes

Rails 2.2 delivers a number of new and improved features. This list covers the major upgrades, but doesn't include every little bug fix and change. If you want to see everything, check out the list of commits in the main Rails repository on GitHub.

@@ -612,7 +612,7 @@ More information:

5.4. New Dynamic Finders

Two new sets of methods have been added to Active Record's dynamic finders family.

-

5.4.1. find_last_by_<attribute>

+

5.4.1. find_last_by_<attribute>

The find_last_by_<attribute> method is equivalent to Model.last(:conditions ⇒ {:attribute ⇒ value})