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
Jean Boussier 7ddfa93ba5 Stop using Concurrent.monotonic_time
Unless you are on a Ruby older than 2.3 (or some very old JRuby)
`Concurrent.monotonic_time` is just `Process.clock_gettime(Process::CLOCK_MONOTONIC)`.
So might as well skip the extra method call, and more importantly
it allows in many cases to pass the scale as second argument and save some
floating point multiplication.
2021-10-21 09:31:25 +02:00
..
active_record/connection_adapters
activejob Revert "Run ActiveRecord -> ActiveJob integration tests in CI" 2021-06-15 11:19:04 -04:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Stop using Concurrent.monotonic_time 2021-10-21 09:31:25 +02:00
fixtures Replace ableist language 2021-10-05 22:27:09 -04:00
migrations Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
models Automatically infer inverse_of with scopes 2021-10-04 09:42:04 -04:00
schema Filter unchanged attribute value when default function is available for insert 2021-10-16 14:05:23 +05:30
support Rename adapter_short to adapter_name 2021-09-21 08:26:04 +09:00
config.example.yml Allow using a different socket to test mysql 2021-08-05 14:27:30 -04:00
config.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00