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
Sean Griffin 7eed50c720 Rely on the injectable type caster for arel_table
This API will require much less consuming code to change to accomodate
the removal of automatic type casting from Arel. As long as the
predicates are constructed using the `arel_table` off of an AR subclass,
there will be no changes that need to happen.
2014-12-29 10:57:15 -07:00
..
active_record Rely on the injectable type caster for arel_table 2014-12-29 10:57:15 -07:00
rails/generators Use the new foreign_key option on references in generators 2014-12-22 13:47:11 -07:00
active_record.rb Remove klass and arel_table as a dependency of PredicateBuilder 2014-12-26 15:19:42 -07:00