1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Ryuta Kamizono 2eb5458978 Rename internal @saving state to @_saving
Usually we add `_` prefix for newly added short term living (used)
internal state (e.g. ae02898, d1107f4, dcb8259), and also `@saving`
might be already used in users' code.
2021-03-25 03:08:06 +09:00
..
active_record/connection_adapters
activejob Fix end alignment 2021-03-21 15:46:36 +09:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Rename internal @saving state to @_saving 2021-03-25 03:08:06 +09:00
fixtures Don't like to add extra models/tables/fixtures, use existing those 2021-02-25 11:32:44 +09:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Batch queries that are the same but are using different extension 2021-03-22 21:51:18 +00:00
schema Revert "Fix schema for members" 2021-03-22 19:45:09 +00:00
support Allow async executor to be configurable 2021-02-19 12:34:57 -05:00
config.example.yml Make we always type cast TimeWithZone objects before passing to mysql2 2021-02-11 22:45:14 +00:00
config.rb