rails/activerecord/test/cases/relation
2024-02-20 21:56:51 +00:00
..
and_test.rb Address FixturesWithForeignKeyViolationsTest#test_does_not_raise_if_no_fk_violations error 2021-08-29 10:57:30 +09:00
delegation_test.rb Remove all code to work with Ruby < 3.1 2024-01-03 19:02:31 +00:00
delete_all_test.rb Fix update_all/delete_all on CPK model relation with join subquery 2024-02-12 16:35:59 +00:00
field_ordered_values_test.rb Require used model to fix isolated tests 2022-09-09 21:17:59 +00:00
load_async_test.rb Fix load_async to work with query cache 2023-12-31 00:10:10 +02:00
merging_test.rb Remove deprecated behavior that would rollback a transaction block when exited using return, break or throw. 2024-02-20 21:56:51 +00:00
mutation_test.rb Refactor Relation#none to no longer use Object#extend 2023-03-30 12:27:41 +02:00
or_test.rb Optimize slow tests in activerecord 2023-03-13 14:07:28 +02:00
predicate_builder_test.rb Allow PredicateBuilder to recognize schema namespaced table names. [Fix #48172] 2023-05-10 17:47:14 -07:00
record_fetch_warning_test.rb Make warn_on_records_fetched_greater_than a module instance variable 2021-06-10 18:24:38 +02:00
select_test.rb This branch fixes the issues raised in #48862. By adding the key and it's values to self.references_values as Rails does when building a where clause, it prevents unneccessary aliasing from taking place and allows a User to successfully use a table_alias in their select query using a Hash. 2023-08-25 17:53:59 -04:00
structural_compatibility_test.rb Add ActiveRecord::Relation#structurally_compatible?. 2021-08-02 16:10:40 -04:00
update_all_test.rb Fix update_all/delete_all on CPK model relation with join subquery 2024-02-12 16:35:59 +00:00
where_chain_test.rb [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00
where_clause_test.rb Implement hash equality for WhereClause 2021-03-15 17:54:03 -07:00
where_test.rb Modernize method missing implementations 2024-01-16 13:17:45 +01:00
with_test.rb Support using CTE names in left_outer_joins 2023-04-18 12:24:50 -04:00