mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Format guide
This commit is contained in:
parent
48fb7ed5a4
commit
6e22720311
1 changed files with 4 additions and 1 deletions
|
@ -287,7 +287,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
|
|||
User.where.not(name: "Jon", role: "admin")
|
||||
# SELECT * FROM users WHERE NOT (name == 'Jon' AND role == 'admin')
|
||||
|
||||
* To use the new per-database connection handling applications must change `legacy_connection_handling` to false and remove deprecated accessors on `connection_handlers`. Public methods for `connects_to` and `connected_to` require no changes.
|
||||
* To use the new per-database connection handling applications must change
|
||||
`legacy_connection_handling` to false and remove deprecated accessors on
|
||||
`connection_handlers`. Public methods for `connects_to` and `connected_to`
|
||||
require no changes.
|
||||
|
||||
Active Storage
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue