aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* association load target shouldn't replace recordsSzetobo2010-07-211-3/+4
* In nested_attributes when association is not loaded and associationSubba Rao Pasupuleti2010-07-211-1/+8
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-3/+3
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-9/+4
* count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-131-2/+5
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-081-3/+4
* Don't remove scheduled destroys when loading an association. [#4642 state:res...James Le Cuirot2010-07-011-1/+6
* AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...Aaron Patterson2010-06-291-0/+11
* Don't define block, just yield if block is given.Emilio Tagua2010-06-241-7/+7
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+5
|\
| * Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-201-1/+5
* | Adds title to activerecord/lib/active_record/associations/*Rizwan Reza2010-06-161-0/+2
|/
* Revert "Don't overwrite unsaved updates when loading an association but prese...José Valim2010-06-111-1/+1
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-091-1/+1
* Properly cache association_collection#scopes calls having argumentsPratik Naik2010-06-041-1/+2
* Ensure not to load the entire association when bulk updating existing records...Pratik Naik2010-04-141-10/+10
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-1/+2
* Some doc updates reflecting the new query APIPratik Naik2010-04-081-1/+1
* Reset named scope cache whenever the @target is resetPratik Naik2010-04-071-2/+9
* Memoize association.named_scope callsPratik Naik2010-04-051-0/+3
* keep AssociationProxy#to_a to avoid warning in Array(post.author), and delega...Xavier Noria2010-03-121-0/+1
* Get rid of construct_count_options_from_argsPratik Naik2010-01-191-3/+4
* 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