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
Daniel Colson 2e8c8d60e7 Avoid extra calls to to_s
With #31615 `type_for_attribute` accepts either
a symbol as well as a string. `has_attribute?` and `attribute_alias`
also accept either. Since these methods call `to_s` on the argument,
we no longer need to do that at the call site.
2018-01-29 07:22:42 -05:00
..
batches
predicate_builder
batches.rb
calculations.rb Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
delegation.rb
finder_methods.rb Don't pass garbage args to alias tracker 2018-01-14 06:50:25 +09:00
from_clause.rb
merger.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
predicate_builder.rb Fix expanding an array of composed_of objects which have multiple mappings 2018-01-29 09:24:14 +09:00
query_attribute.rb
query_methods.rb Fix relation merger issue with left_outer_joins 2018-01-15 16:06:00 +01:00
record_fetch_warning.rb
spawn_methods.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
where_clause.rb
where_clause_factory.rb Fix expanding an array of composed_of objects which have multiple mappings 2018-01-29 09:24:14 +09:00