1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
Rafael Mendonça França b71e08f8ba Raise ArgumentError when passing nil to Relation#merge
nil or false should not be valid argument to the merge method.

Closes #12264
2015-02-06 17:53:06 -02:00
..
predicate_builder Respect custom primary keys for associations in Relation#where 2015-02-04 08:56:46 -07:00
batches.rb Use keyword argument in the find_in_batches API 2015-02-06 17:05:19 -02:00
calculations.rb Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
delegation.rb
finder_methods.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
from_clause.rb Use an Attribute object to represent a bind value 2015-01-27 12:07:06 -07:00
merger.rb Move the from bind logic to a FromClause class 2015-01-26 16:36:14 -07:00
predicate_builder.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
query_attribute.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
query_methods.rb Fixed AR::Relation#group method when argument is a SQL reserved keyword 2015-01-29 17:27:02 +02:00
spawn_methods.rb Raise ArgumentError when passing nil to Relation#merge 2015-02-06 17:53:06 -02:00
where_clause.rb Post.all.or(anything) == Post.all 2015-01-29 13:57:47 -07:00
where_clause_factory.rb Move the construction of WhereClause objects out of Relation 2015-01-25 16:53:46 -07:00