aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-3/+5
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-211-0/+2
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-11/+33
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-151-14/+12
* Minor formatting changesMichael Koziarski2008-02-141-3/+3
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-141-11/+13
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-281-0/+1
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-161-10/+27
* Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...Michael Koziarski2007-10-071-1/+1
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-1/+2
* Stop users from calling .create on a has_many / habtm association when the ow...Michael Koziarski2007-09-181-1/+10
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-281-1/+1
* with_scope is protected. Closes #8524.Jeremy Kemper2007-05-301-3/+3
* Pushing a record on an association collection doesn't unnecessarily load all ...Jeremy Kemper2006-12-211-4/+3
* Remove side effects of [5684]Tobias Lütke2006-12-081-2/+2
* Consolidated different create and create! versions to call through to the bas...Tobias Lütke2006-12-061-17/+12
* AssociationCollection#any? takes a block [Michael Schoen]Jeremy Kemper2006-12-051-3/+7
* Add AssociationCollection#create! to be consistent with AssociationCollection...Tobias Lütke2006-12-051-8/+15
* Added counter optimization for AssociationCollection#any? so person.friends.a...David Heinemeier Hansson2006-12-051-0/+4
* Simplify association proxy implementation by factoring construct_scope out of...Jeremy Kemper2006-11-191-0/+13
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-4/+4
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-4/+4
* unbraindeadify addition to has_many :throughJeremy Kemper2006-08-191-5/+0
* Add AssociationCollection#sum since the method_missing invokation has been sh...Nicholas Seckar2006-06-251-0/+5
* Minor style tweaksDavid Heinemeier Hansson2006-05-211-2/+2
* Fixed that has_many collections shouldn't load the entire association to do b...David Heinemeier Hansson2006-05-211-1/+8
* uniq preserves order. References [4325].Jeremy Kemper2006-05-071-1/+8
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-061-10/+26
* Fixed that AssociationCollection#delete_all should work even if the records o...Florian Weber2006-04-031-0/+1
* Update lingering uses of deprecated association dependency options (closes #4...David Heinemeier Hansson2006-03-181-1/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-12/+7
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-8/+0
* r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700Jeremy Kemper2005-10-281-1/+1
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-1/+1
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-141-0/+17