aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-08-10 09:32:22 +0530
committerVipul A M <vipulnsward@gmail.com>2016-08-10 09:33:13 +0530
commit8b984161d62d2a5167b3a94e2ffd9873b52ee0f6 (patch)
tree5d1a8071975ee0d9062139b59911fad38a0da1e3 /activerecord
parent92e20f398e3dbe8130f8d764701a195c14653e66 (diff)
downloadrails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.tar.gz
rails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.tar.bz2
rails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.zip
Pass over changelogs [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md7
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.