aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-08-17 10:21:52 +0100
committerJon Leighton <j@jonathanleighton.com>2012-08-17 10:21:52 +0100
commit17bb324f384c0353484a8b568ebfc5905a1b9425 (patch)
treefffa0be7f7f68a9193c98ea3e52e73c9d0544c7d /activerecord/CHANGELOG.md
parentcfd7f4e9a09df137f1e78ae7194e969e4bacfd87 (diff)
downloadrails-17bb324f384c0353484a8b568ebfc5905a1b9425.tar.gz
rails-17bb324f384c0353484a8b568ebfc5905a1b9425.tar.bz2
rails-17bb324f384c0353484a8b568ebfc5905a1b9425.zip
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
For consistency with the other AR extension plugins we are creating.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index faf1bbf232..ea79b7d06e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -294,7 +294,7 @@
`where(...).first_or_create!`
The implementation of the deprecated dynamic finders has been moved
- to the `active_record_deprecated_finders` gem. See below for details.
+ to the `activerecord-deprecated_finders` gem. See below for details.
*Jon Leighton*
@@ -325,7 +325,7 @@
* `:extend` becomes `:extending`
The code to implement the deprecated features has been moved out to
- the `active_record_deprecated_finders` gem. This gem is a dependency
+ the `activerecord-deprecated_finders` gem. This gem is a dependency
of Active Record in Rails 4.0. It will no longer be a dependency
from Rails 4.1, but if your app relies on the deprecated features
then you can add it to your own Gemfile. It will be maintained by