Skip to content

Commit

Permalink
Fix some AR changelog entries [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Nov 16, 2012
1 parent 3e64859 commit 7411970
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions activerecord/CHANGELOG.md
@@ -1,13 +1,12 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* `#pluck` can be used on a relation with `select` clause * `#pluck` can be used on a relation with `select` clause. Fix #7551
Fix #7551


Example: Example:


Topic.select([:approved, :id]).order(:id).pluck(:id) Topic.select([:approved, :id]).order(:id).pluck(:id)


*Yves Senn* *Yves Senn*


* Do not create useless database transaction when building `has_one` association. * Do not create useless database transaction when building `has_one` association.


Expand All @@ -18,7 +17,7 @@


*Bogdan Gusiev* *Bogdan Gusiev*


* :counter_cache option for `has_many` associations to support custom named counter caches. * `:counter_cache` option for `has_many` associations to support custom named counter caches.
Fix #7993 Fix #7993


*Yves Senn* *Yves Senn*
Expand All @@ -42,7 +41,7 @@


*Nikita Afanasenko* *Nikita Afanasenko*


* Use query cache/uncache when using DATABASE_URL. * Use query cache/uncache when using `DATABASE_URL`.
Fix #6951. Fix #6951.


*kennyj* *kennyj*
Expand Down

0 comments on commit 7411970

Please sign in to comment.