diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 06:50:17 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-17 06:50:17 +0000 |
commit | ed46cc3058ac9406f61220c9720c51f4edd172f9 (patch) | |
tree | 205a1dd63b8051859facfaddaedcea049d0935f6 /activerecord/CHANGELOG | |
parent | 949294e0f79fbc0d7fca509f7da81ebf2df89cfc (diff) | |
download | rails-ed46cc3058ac9406f61220c9720c51f4edd172f9.tar.gz rails-ed46cc3058ac9406f61220c9720c51f4edd172f9.tar.bz2 rails-ed46cc3058ac9406f61220c9720c51f4edd172f9.zip |
Added insert_at(position) to acts_as_list #1083 [DeLynnB]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1179 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 217413999e..db64507f3e 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added insert_at(position) to acts_as_list #1083 [DeLynnB] + * Removed the default order by id on has_and_belongs_to_many queries as it could kill performance on large sets (you can still specify by hand with :order) * Fixed that Base.silence should restore the old logger level when done, not just set it to DEBUG #1084 [yon@milliped.com] |