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 38218929e9 Properly create through records when called with where
Various behaviors needed by associations (such as creating the through
record) are lost when `where` is called, since we stop having a
`CollectionProxy` and start having an `AssociationRelation` which does
not contain this behavior. I *think* we should be able to rm
`AssociationRelation`, but we have tests saying the changes required to
do that would be bad (Without saying why. Of course. >_>)

Fixes #19073.
2015-02-26 12:42:55 -07:00
..
active_record Properly create through records when called with where 2015-02-26 12:42:55 -07:00
rails/generators Add Secure Token Generator 2015-01-11 14:42:54 -05:00
active_record.rb Add ActiveRecord::Base.suppress 2015-02-18 18:30:05 -05:00