diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-12-29 19:12:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 19:12:58 -0500 |
commit | 18325d733360fc864eb800d95e56f404dfeeb7d6 (patch) | |
tree | c4ff9ffad1dfd2583f0a9a39d3f04ea725f01302 /activerecord | |
parent | f55cb7b635651509ed65dbf511fc997cfdb28b90 (diff) | |
parent | fa4c8bf411d353b56503b244124e4a2af0c0e38b (diff) | |
download | rails-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.md | 10 |
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* |