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
Kevin Deisz 4a13f8ad4f
Properly support reverse_order on relations with nulls_first or nulls_last calls
If you're using the `nulls_first` or `nulls_last` functionality with an explicit ordering, then previously it wasn't properly handling calls to `#reverse` (called through `reverse_order`). This commit changes the behavior to match what would be expected.
2020-09-08 11:20:46 -04:00
..
active_record/connection_adapters
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Properly support reverse_order on relations with nulls_first or nulls_last calls 2020-09-08 11:20:46 -04:00
fixtures Replace test Man with Human 2020-08-14 11:37:09 -04:00
migrations
models Allow where references association names as joined table alias names 2020-08-26 10:07:13 +09:00
schema Allow where references association names as joined table alias names 2020-08-26 10:07:13 +09:00
support Add Active Record Marshal forward compatibility tests 2020-07-02 14:11:51 +02:00
config.example.yml
config.rb