aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
* Pass the attribute and option hashes to build_associationAndrew White2011-05-171-2/+6
* These extra array operations appear to be unnecessary. Reasoning:Jon Leighton2011-05-141-8/+2
* CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-5/+2
* An attempt to make CollectionAssociation#merge_target_lists make more sense.Jon Leighton2011-05-141-16/+35
* Instead of doing find(:all) which does scoped.find(:all) which does scoped.al...Jon Leighton2011-05-131-1/+1
* Remove pointless rescue (it doesn't happen anywhere in the tests, and I can't...Jon Leighton2011-05-131-9/+1
* Modified CollectionAssociation to refer to the new class name.Michael Ebens2011-05-111-1/+1
* Remove unnecessary '|| {}'Jon Leighton2011-05-101-1/+1
* Don't use mass-assignment protection when applying the scoped.scope_for_creat...Jon Leighton2011-05-101-2/+4
* Fix #480. Passing nil to create association works.José Valim2011-05-101-1/+1
* Revert "b9ea751d0e56bd00d341766977a607ed3f7ddd0f".José Valim2011-05-101-26/+27
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-10/+10
* Removing the scope-caching which happens on association proxies, because the ...Jon Leighton2011-04-121-12/+0
* Move the code which builds a scope for through associations into a generic As...Jon Leighton2011-03-101-13/+0
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+39
* Delegate Association#options to the reflection, and replace 'reflection.optio...Jon Leighton2011-02-211-24/+24
* Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-49/+49
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-0/+510