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
Matthew Draper cdd45fa09d Mutating the result of Relation#to_a should not affect the relation
Clarifying this separation and enforcing relation immutability is the
culmination of the previous efforts to remove the mutator method
delegations.
2016-02-21 03:28:18 +10:30
..
batches Mutating the result of Relation#to_a should not affect the relation 2016-02-21 03:28:18 +10:30
predicate_builder Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
batches.rb Mutating the result of Relation#to_a should not affect the relation 2016-02-21 03:28:18 +10:30
calculations.rb
delegation.rb Mutating the result of Relation#to_a should not affect the relation 2016-02-21 03:28:18 +10:30
finder_methods.rb Mutating the result of Relation#to_a should not affect the relation 2016-02-21 03:28:18 +10:30
from_clause.rb
merger.rb
predicate_builder.rb Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
query_attribute.rb
query_methods.rb Show proper error message when a non-relation object is passed to AR::Relation#or 2016-02-17 11:50:29 +05:30
record_fetch_warning.rb
spawn_methods.rb Mutating the result of Relation#to_a should not affect the relation 2016-02-21 03:28:18 +10:30
where_clause.rb
where_clause_factory.rb