aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-07 00:53:05 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-07 00:53:05 +0000
commitf218771d3e9240337cd309d8396b5479d9ff555d (patch)
treefff575cdb78a46551457ed60578d28eb8b37d56e /activerecord/CHANGELOG
parentc0899bca10af443d3aba00d75c554b96d4bccdab (diff)
downloadrails-f218771d3e9240337cd309d8396b5479d9ff555d.tar.gz
rails-f218771d3e9240337cd309d8396b5479d9ff555d.tar.bz2
rails-f218771d3e9240337cd309d8396b5479d9ff555d.zip
Add option (true by default) to generate reader methods for each attribute of a record to avoid the overhead of calling method missing. In partial fullfilment of #1236.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2483 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 7100989b1e..d38ac39282 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add option (true by default) to generate reader methods for each attribute of a record to avoid the overhead of calling method missing. In partial fullfilment of #1236. [skaes@web.de]
+
* Add convenience predicate methods on Column class. In partial fullfilment of #1236. [skaes@web.de]
* Raise errors when invalid hash keys are passed to ActiveRecord::Base.find. #2363 [Chad Fowler <chad@chadfowler.com>, Nicholas Seckar]