rails/activerecord/test/cases/relation
Lauro Caetano d4ee09cda1 Create a blacklist to disallow mutator methods to be delegated to Array.
This change was necessary because the whitelist wouldn't work.
It would be painful for users trying to update their applications.

This blacklist intent to prevent odd bugs and confusion in code that call mutator
methods directely on the `Relation`.
2013-12-17 13:43:10 -02:00
..
delegation_test.rb Create a blacklist to disallow mutator methods to be delegated to Array. 2013-12-17 13:43:10 -02:00
merging_test.rb use arel nodes to represent non-string order_values. 2013-11-19 17:40:21 +01:00
mutation_test.rb Fix ActiveRecord::Relation#unscope 2013-11-20 22:23:16 +00:00
predicate_builder_test.rb Change test_registering_new_handlers and test_count_on_invalid_columns_raises 2013-08-02 05:55:31 +09:00
where_chain_test.rb Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, named where condition. 2013-11-02 17:36:45 -07:00
where_test.rb Better support for where() conditions that use an association name. 2013-12-16 14:16:15 -08:00