File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,13 +263,13 @@ def connection
263
263
case ActiveRecord . permanent_connection_checkout
264
264
when :deprecated
265
265
ActiveRecord . deprecator . warn <<~MESSAGE
266
- Called deprecated `ActionRecord ::Base.connection` method.
266
+ Called deprecated `ActiveRecord ::Base.connection` method.
267
267
268
268
Either use `with_connection` or `lease_connection`.
269
269
MESSAGE
270
270
when :disallowed
271
271
raise ActiveRecordError , <<~MESSAGE
272
- Called deprecated `ActionRecord ::Base.connection` method.
272
+ Called deprecated `ActiveRecord ::Base.connection` method.
273
273
274
274
Either use `with_connection` or `lease_connection`.
275
275
MESSAGE
Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
781
781
To enable, set ` prepared_statements: true ` in ` config/database.yml ` .
782
782
([ Pull Request] ( https://github.com/rails/rails/pull/23461 ) )
783
783
784
- * Added ability to call ` ActionRecord ::Relation#update` on relation objects
784
+ * Added ability to call ` ActiveRecord ::Relation#update` on relation objects
785
785
which will run validations on callbacks on all objects in the relation.
786
786
([ Pull Request] ( https://github.com/rails/rails/pull/11898 ) )
787
787
You can’t perform that action at this time.
0 commit comments