diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 17:35:09 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 17:35:09 +0000 |
commit | 52a9e5089ce61fa1f07abe3e36af53ae744b3999 (patch) | |
tree | c9e4124839d71aa6c2ceb7f22e5efff5e5320e69 /activerecord/CHANGELOG | |
parent | 635c7f43ddb4f3f3bd52698fcaf97e262b1738be (diff) | |
download | rails-52a9e5089ce61fa1f07abe3e36af53ae744b3999.tar.gz rails-52a9e5089ce61fa1f07abe3e36af53ae744b3999.tar.bz2 rails-52a9e5089ce61fa1f07abe3e36af53ae744b3999.zip |
Added ActiveRecord::Base.inspect to return a column-view like #<Post id:integer, title:string, body:text> [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6549 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 2cc7c4c304..b6d009bbb0 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added ActiveRecord::Base.inspect to return a column-view like #<Post id:integer, title:string, body:text> [DHH] + * Added yielding of Builder instance for ActiveRecord::Base#to_xml calls [DHH] * Small additions and fixes for ActiveRecord documentation. Closes #7342 [jeremymcanally] |