提交 f6257aa0 编写于 作者: J Jon Moss

Lint activerecord/CHANGELOG.md

Light grammar fixes, and added a few backticks.

[ci skip]
上级 b23a01fc
......@@ -9,7 +9,7 @@
*Sean Griffin*
* ApplicationRecord is no longer generated when generating models. If you
* `ApplicationRecord` is no longer generated when generating models. If you
need to generate it, it can be created with `rails g application_record`.
*Lisa Ugray*
......@@ -83,7 +83,7 @@
* Fix transactions to apply state to child transactions
Previously if you had a nested transaction and the outer transaction was rolledback the record from the
Previously, if you had a nested transaction and the outer transaction was rolledback, the record from the
inner transaction would still be marked as persisted.
This change fixes that by applying the state of the parent transaction to the child transaction when the
......@@ -149,7 +149,7 @@
*Kir Shatrov*
* Prevent making bind param if casted value is nil.
* Prevent creation of bind param if casted value is nil.
*Ryuta Kamizono*
......@@ -210,7 +210,7 @@
*bogdanvlviv*
* When calling the dynamic fixture accessor method with no arguments it now returns all fixtures of this type.
* When calling the dynamic fixture accessor method with no arguments, it now returns all fixtures of this type.
Previously this method always returned an empty array.
*Kevin McPhillips*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册