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
Rafael Mendonça França 6d624c648c
Make sure the config values is set back to the original value
If the test fails the config should be reset as well.
2021-04-15 23:36:26 +00: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
load_async_test.rb chore: fix spelling 2021-04-15 12:32:57 +10:00
merging_test.rb Fix WhereClause#extract_attributes to work it with a string where clause 2021-03-23 10:47:10 +09: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 Make sure the config values is set back to the original value 2021-04-15 23:36:26 +00: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 Implement hash equality for WhereClause 2021-03-15 17:54:03 -07:00
where_test.rb Expose an invert_where method that will invert all scope conditions. 2020-12-18 16:00:20 -05:00