rails/activerecord/test/cases/relation
Ryuta Kamizono d326b029e0
Merge pull request #39051 from kamipo/more_concise_or_ast
More concise Arel `Or` ast and make `Or` visitor non recursive
2020-05-05 12:05:21 +09:00
..
delegation_test.rb Add missing touch_all delegation to relation 2019-04-05 16:13:40 +09:00
delete_all_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
merging_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
mutation_test.rb Add strict_loading mode to prevent lazy loading 2020-02-20 08:32:48 -05:00
or_test.rb More concise Arel Or ast and make Or visitor non recursive 2020-04-26 11:37:01 +09:00
predicate_builder_test.rb reset_column_information does not reset @predicate_builder 2020-02-25 13:48:19 +09:00
record_fetch_warning_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
select_test.rb Retain selections with includes and joins 2019-12-03 20:45:12 -05:00
update_all_test.rb touch_attributes_with_time takes keyword arguments 2020-04-17 18:55:58 +09:00
where_chain_test.rb Fix rewhere to truly overwrite collided where clause by new where clause 2020-05-05 11:45:29 +09:00
where_clause_test.rb Refactor invert predicate 2020-03-04 09:28:51 -05:00
where_test.rb Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00