diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-08-12 20:19:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 20:19:41 -0300 |
commit | cd8f5913e8d0c53da227471fe88bb2294f354faf (patch) | |
tree | 21e6159a6aa8bc7c2f6fb99e520d967cd64581f7 /activerecord | |
parent | ebcd02aea4c7654f6f0ab478aace0fd098806c89 (diff) | |
parent | 8b984161d62d2a5167b3a94e2ffd9873b52ee0f6 (diff) | |
download | rails-cd8f5913e8d0c53da227471fe88bb2294f354faf.tar.gz rails-cd8f5913e8d0c53da227471fe88bb2294f354faf.tar.bz2 rails-cd8f5913e8d0c53da227471fe88bb2294f354faf.zip |
Merge pull request #26100 from vipulnsward/changelogs
Pass over changelogs
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index dfd9a07997..d0e900c305 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -47,7 +47,9 @@ *Xavier Noria* * Using `group` with an attribute that has a custom type will properly cast - the hash keys after calling a calculation method like `count`. Fixes #25595. + the hash keys after calling a calculation method like `count`. + + Fixes #25595. *Sean Griffin* @@ -81,6 +83,7 @@ *Sean Griffin* * Ensure hashes can be assigned to attributes created using `composed_of`. + Fixes #25210. *Sean Griffin* @@ -100,7 +103,7 @@ *Erol Fornoles* -* PostgreSQL: Fix db:structure:load silent failure on SQL error. +* PostgreSQL: Fix `db:structure:load` silent failure on SQL error. The command line flag `-v ON_ERROR_STOP=1` should be used when invoking `psql` to make sure errors are not suppressed. |