aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_many_through_association.rb
Commit message (Expand)AuthorAgeFilesLines
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-1/+1
* Make scopes use relations under the hoodPratik Naik2010-01-161-2/+0
* Merge commit 'rails/master'Emilio Tagua2009-08-101-19/+16
|\
| * Remove unnecessary scoping for creating hm:t join recordPratik Naik2009-08-101-3/+4
| * Remove unnecessary scoping and validation checks from hm:t#createPratik Naik2009-08-101-1/+1
| * Unify hm:t#create and create! implementationPratik Naik2009-08-101-17/+13
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-2/+6
|\|
| * has_many :through create should not raise validation errorsrailsbob2009-08-091-1/+5
| * Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-091-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+4
|\|
| * Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...Pratik Naik2009-08-081-0/+4
* | Merge commit 'rails/master'Emilio Tagua2009-06-301-9/+1
|\|
| * Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-9/+1
| * Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-1/+9
| * Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-9/+1
* | Leave the quoting part to ARelEmilio Tagua2009-06-121-150/+5
|\|
| * HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-150/+5
* | Use ARel in SQL generation through associationsEmilio Tagua2009-06-101-4/+4
|/
* Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:r...Luca Guidi2009-05-181-0/+7
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-5/+5
* Ensure has_many :through works with changed primary keys [#736 state:resolved]Jim Remsik and Tim Pope2009-03-091-1/+1
* Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...Adam Milligan2009-03-071-2/+2
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-2/+2
* Fix has many through not quoting table names [#1163 state:resolved]Karthik Krishnan2008-12-201-3/+3
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-041-0/+11
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-231-2/+2
* Add special AssociationReflection methods for creating association objects, a...Hongli Lai (Phusion)2008-09-091-4/+5
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-10/+0
* Use type_condition method for hmt STI conditionTarmo Tänav2008-08-151-1/+1
* Extract owner_quoted_id so it can be overridden. [#292 state:committed]Andre Arko2008-06-251-3/+3
* Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...rick2008-05-311-1/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* best solution?Steven Soroka2008-05-011-2/+2
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-061-60/+10
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-61/+32
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-1/+1
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-281-2/+14
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-261-5/+3
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-1/+3
* Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]Pratik Naik2008-03-071-1/+4
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-5/+19
* Remove dead code from hmt#delete. Closes #11236 [rubyruy]Jeremy Kemper2008-02-271-1/+1
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-0/+1
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-151-7/+5
* Minor formatting changesMichael Koziarski2008-02-141-3/+3
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-141-5/+7
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-9/+0
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-1/+1
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+9