aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Undeprecate the :extend optionJon Leighton2013-01-181-1/+2
* adding requires for constant dependenciesAaron Patterson2012-11-071-0/+3
* Use method compilation for association methodsJon Leighton2012-08-101-8/+10
* DRY up handling of dependent optionJon Leighton2012-08-101-1/+0
* Unprivatise all the thingsJon Leighton2012-08-101-37/+35
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-0/+11
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-1/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-1/+1
* fix association :extend optionJon Leighton2012-07-131-6/+12
* move the deprecated options into active_record_deprecated_findersJon Leighton2012-07-131-4/+1
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-4/+6
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-6/+2
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+2
* avoid warningsJosh Susser2011-11-271-2/+2
* association methods are now generated in modulesJosh Susser2011-11-151-2/+2
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+75