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/cases/relation
Ryuta Kamizono 7b680baea2 Remove require "active_support/core_ext/symbol/starts_ends_with"
Ruby 2.7 has native `Symbol#start_with?` and `Symbol#end_with?`.
2021-02-09 22:31:09 +09:00
..
delegation_test.rb Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
delete_all_test.rb Add regression test for https://github.com/rails/rails/pull/40178#issuecomment-688222844 2020-09-09 19:26:57 +09:00
merging_test.rb Fix deprecation warning test 2021-02-04 12:51:10 -05:00
mutation_test.rb Allow where references association names as joined table alias names 2020-08-26 10:07:13 +09:00
or_test.rb Fix or to raise structurally incompatible error for single values 2020-12-02 20:05: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 Fix eager loading that non-select columns will be loaded 2020-08-17 12:05:43 +09:00
update_all_test.rb Add regression tests for 859fba7c4b 2020-06-20 16:20:16 +09:00
where_chain_test.rb Add where.associated to check association presence 2020-11-26 14:15:18 +01:00
where_clause_test.rb where.not now generates NAND predicates instead of NOR 2020-10-30 00:25:35 +00:00
where_test.rb Expose an invert_where method that will invert all scope conditions. 2020-12-18 16:00:20 -05:00