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
Bogdan Gusiev d76e3e1280 Bugfix ActiveRecord::Relation#merge special case of from clause
When one relation is merged into another that has a different base class
merging `from_clause` causes invalid SQL to be generated
2018-09-28 11:46:40 +03:00
..
delegation_test.rb Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
delete_all_test.rb Extract {update,delete}_all_test.rb from persistence_test.rb and relations_test.rb 2018-09-16 08:41:08 +09:00
merging_test.rb Bugfix ActiveRecord::Relation#merge special case of from clause 2018-09-28 11:46:40 +03:00
mutation_test.rb don't check for immutability when setting skip_preloading as it doesn't effect the arel and the arel may already be generated by fresh_when 2018-04-12 10:17:31 +10:00
or_test.rb get_value needs to be a public method 2018-04-25 06:29:03 -04:00
predicate_builder_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
record_fetch_warning_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
select_test.rb Fix the obvious typos detected by github.com/client9/misspell 2018-08-08 21:55:46 +09:00
update_all_test.rb Use table name qualified column name for update counters 2018-09-16 08:57:09 +09:00
where_chain_test.rb Refactor Active Record to let Arel manage bind params 2017-07-24 09:07:24 -04:00
where_clause_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
where_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00