diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2008-11-23 22:28:05 +1030 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2008-11-23 22:28:05 +1030 |
commit | e95f5417e8c15dec4f51afeb69945fdc89f1f2e3 (patch) | |
tree | 3cf91a72fc7955f3b285196fde88739af843f122 | |
parent | e04abd574120d80903e728913d37356468de6fbb (diff) | |
download | rails-e95f5417e8c15dec4f51afeb69945fdc89f1f2e3.tar.gz rails-e95f5417e8c15dec4f51afeb69945fdc89f1f2e3.tar.bz2 rails-e95f5417e8c15dec4f51afeb69945fdc89f1f2e3.zip |
Was very naughty and did not add changelog message to guide.
-rw-r--r-- | railties/doc/guides/source/finders.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/doc/guides/source/finders.txt b/railties/doc/guides/source/finders.txt index 55ba744591..5fc77a5415 100644 --- a/railties/doc/guides/source/finders.txt +++ b/railties/doc/guides/source/finders.txt @@ -675,6 +675,7 @@ Thanks to Mike Gunderloy for his tips on creating this guide. http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/16[Lighthouse ticket] +* November 23 2008: Added documentation for +find_by_last+ and +find_by_bang!+ * November 21 2008: Fixed all points specified in http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/16-activerecord-finders#ticket-16-13[this comment] and http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/16-activerecord-finders#ticket-16-14[this comment] * November 18 2008: Fixed all points specified in http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/16-activerecord-finders#ticket-16-11[this comment] * November 8, 2008: Editing pass by link:../authors.html#mgunderloy[Mike Gunderloy] . First release version. |