aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-29 19:12:58 -0500
committerGitHub <noreply@github.com>2016-12-29 19:12:58 -0500
commit18325d733360fc864eb800d95e56f404dfeeb7d6 (patch)
treec4ff9ffad1dfd2583f0a9a39d3f04ea725f01302 /activerecord
parentf55cb7b635651509ed65dbf511fc997cfdb28b90 (diff)
parentfa4c8bf411d353b56503b244124e4a2af0c0e38b (diff)
downloadrails-18325d733360fc864eb800d95e56f404dfeeb7d6.tar.gz
rails-18325d733360fc864eb800d95e56f404dfeeb7d6.tar.bz2
rails-18325d733360fc864eb800d95e56f404dfeeb7d6.zip
Merge pull request #27506 from maclover7/jm-ar-changelog
Grammar linting in activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 61f44f4105..20406c3a9e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -26,16 +26,16 @@
*Rafael Mendonça França*
-* Raises `ActiveRecord::IrreversibleOrderError` when using `last` with an irreversible
+* Raise `ActiveRecord::IrreversibleOrderError` when using `last` with an irreversible
order.
*Rafael Mendonça França*
-* Raises when a through association has an ambiguous reflection name.
+* Raise when a `has_many :through` association has an ambiguous reflection name.
*Rafael Mendonça França*
-* Raises when `ActiveRecord::Migration` is inherited directly.
+* Raise when `ActiveRecord::Migration` is inherited directly.
*Rafael Mendonça França*
@@ -58,8 +58,8 @@
*Rafael Mendonça França*
-* Set `:time` as a timezone aware type and remove deprecation when the values is not
- explictly set.
+* Set `:time` as a timezone aware type and remove deprecation when
+ `config.active_record.time_zone_aware_types` is not explictly set.
*Rafael Mendonça França*