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 f466cd7fc4 Improve error message for #or when it is structurally incompatible
When you are using scopes and you chaining these scopes it is hard to
know which are the values that are incompatible. This way you can read
the message and know for which values you need to look for.

[Herminio Torres]
2016-01-13 01:13:18 -02:00
..
delegation_test.rb Ensure Relation responds to shuffle 2015-12-01 16:41:50 -07:00
merging_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
mutation_test.rb Define sanitize_sql_for_order for AR and use it inside preprocess_order_args 2015-11-02 21:18:18 +09:00
or_test.rb Improve error message for #or when it is structurally incompatible 2016-01-13 01:13:18 -02:00
predicate_builder_test.rb Should escape regexp wildcard character . 2015-01-19 06:11:29 +09:00
record_fetch_warning_test.rb Add config.active_record.warn_on_records_fetched_greater_than option 2015-03-25 16:50:11 -04:00
where_chain_test.rb WhereClause#predicates does not need to be public 2015-01-27 10:30:38 -07:00
where_clause_test.rb Revert "Change WhereClause#merge to same named columns on diff tables" 2016-01-12 15:48:00 -07:00
where_test.rb Suppress warnings of assigned but unused variable 2015-10-17 17:16:16 +09:00