aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit named scope class Scope from RelationPratik Naik2010-01-181-2/+0
* Make scopes use relations under the hoodPratik Naik2010-01-161-3/+6
* Add Relation#includes to be an equivalent of current finder option :includePratik Naik2010-01-031-1/+1
* Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_ar...Pratik Naik2010-01-031-1/+1
* Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...José Valim2009-12-301-1/+8
* Migrate all the calculation methods to RelationPratik Naik2009-12-291-1/+1
* Add Model.having and Relation#havingPratik Naik2009-12-291-1/+1
* Add Model.readonly and association_collection#readonly finder methodPratik Naik2009-12-281-1/+1
* Add Model.lock and relation#lock now that arel has lockingPratik Naik2009-12-281-1/+1
* Add Model.from and association_collection#from finder methodsPratik Naik2009-12-281-1/+1
* Rewrite AssociationCollection#find using relationsPratik Naik2009-12-271-19/+13
* Add new finder methods to association collection.Pratik Naik2009-12-271-2/+17
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-1/+1
* Added back support for destroying an association's object by id. [#2306 statu...Joshua Nichols2009-08-091-0/+1
* Merge docrailsPratik Naik2009-07-251-2/+2
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-1/+13
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-13/+1
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-1/+13
* Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...Chris Kampmeier2009-05-171-0/+9
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-2/+6
* Merge docrailsPratik Naik2009-03-161-5/+9
* Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]Luca Guidi2009-03-121-19/+32
* Add tests for AssociationCollection#find_each and AssociationCollection#find_...Pratik Naik2009-03-111-1/+1
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-1/+5
* Revert "Fix: counter_cache should decrement on deleting associated records."Jeremy Kemper2008-12-101-3/+0
* Fix: counter_cache should decrement on deleting associated records.Emilio Tagua2008-12-101-0/+3
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-1/+7
* Ensure association proxy responds to private class methods defined in associa...Pratik Naik2008-10-161-2/+2
* Allow class methods to be sent (via #send) to association proxy (fix for bug ...Ian White2008-10-161-0/+4
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-231-4/+19
* Association#first and last should not load the association if not needed. [#1...Jan De Poorter2008-09-221-3/+4
* When counting grouped records the target should be loaded to return a valid g...miloops2008-09-151-0/+2
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-101-6/+0
* Add special AssociationReflection methods for creating association objects, a...Hongli Lai (Phusion)2008-09-091-4/+6
* Merge docrailsPratik Naik2008-09-031-5/+31
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-0/+29
* Fixed AssociationCollection#<< resulting in unexpected values in @target when...Ernie Miller2008-08-081-1/+1
* Add :accessible option to Associations for allowing mass assignments using ha...David Dollar2008-07-141-0/+6
* Add block syntax to HasManyAssociation#build. [#502 state:resolve]Jason Dew2008-07-141-3/+6
* Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-091-1/+1
* Ensure AssociationCollection#size considers all unsaved record. [#305 state:r...Pratik Naik2008-07-021-1/+1
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Create through associations can now work with blocks.Ryan Bates2008-05-241-2/+8
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-1/+24
* Fix include? on has_many collections with finder_sql to fall back to Array in...Joshua Bates2008-04-231-0/+1
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-061-13/+55
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-1/+15
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-051-0/+19
* Replaced callback method evaluation in AssociationCollection class to use Act...Josh Peek2008-04-041-13/+2
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+5