diff options
author | Marcel Molina <marcel@vernix.org> | 2006-04-26 06:37:04 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-04-26 06:37:04 +0000 |
commit | 91531372f9b7130f8a940cdb23f19984b65a60fa (patch) | |
tree | 096e1bc255bb6f7400fb919d4fb011fce5075d04 /activerecord/CHANGELOG | |
parent | f274a89f8b23cedf020a1d59a8fe0438d6bc9be9 (diff) | |
download | rails-91531372f9b7130f8a940cdb23f19984b65a60fa.tar.gz rails-91531372f9b7130f8a940cdb23f19984b65a60fa.tar.bz2 rails-91531372f9b7130f8a940cdb23f19984b65a60fa.zip |
Add support for :order option to with_scope. Closes #3887. [eric.daspet@survol.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4274 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 0f7804a896..b85ae69707 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add support for :order option to with_scope. Closes #3887. [eric.daspet@survol.net] + * Prettify output of schema_dumper by making things line up. Closes #4241 [Caio Chassot <caio@v2studio.com>] * Make build_postgresql_databases task make databases owned by the postgres user. Closes #4790. [mlaster@metavillage.com] |