aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'rails/master'Emilio Tagua2009-10-021-0/+9
|\|
| * Make has_one with :conditions hash scope build or creation of the associated ...Luciano G Panaro2009-09-281-0/+9
* | Merge commit 'rails/master'Emilio Tagua2009-09-141-2/+2
|\|
| * Fix habtm associations when using multiple databasessdsykes2009-09-121-2/+2
* | Merge commit 'rails/master'Emilio Tagua2009-09-081-0/+16
|\|
| * Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-0/+16
* | Merge commit 'rails/master'Emilio Tagua2009-09-011-16/+0
|\|
| * Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-16/+0
* | Remove whitespace.Emilio Tagua2009-08-191-2/+2
* | Remove unused quoted_record_ids, now ARel does this using ARel::In.Emilio Tagua2009-08-181-9/+0
* | has_many nullify associations keys using ARel.Emilio Tagua2009-08-181-9/+9
* | habtm insertion with ARel integration.Emilio Tagua2009-08-181-8/+5
* | habtm delete method integrated with ARel.Emilio Tagua2009-08-181-4/+5
* | 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-106-6/+34
|\|
| * raises an exception on habtm join table inserts if join table contains a prim...Jaime Bellmyer2009-08-091-2/+14
| * raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+4
| * Fix that counter_cache breaks with has_many :dependent => :nullify.Gabe da Silveira2009-08-091-0/+1
| * has_many :through create should not raise validation errorsrailsbob2009-08-091-1/+5
| * Allow ho:through#build when the owner is a new record [#1749 state:resolved]Tristan Dunn2009-08-101-3/+9
| * Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
| * Added back support for destroying an association's object by id. [#2306 statu...Joshua Nichols2009-08-091-0/+1
| * 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-07-311-2/+2
|\|
| * Merge docrailsPratik Naik2009-07-251-2/+2
* | Merge commit 'rails/master'Emilio Tagua2009-07-162-5/+27
|\|
| * Add primary_key option to belongs_to associationSzymon Nowak2009-07-152-5/+27
* | Merge commit 'rails/master'Emilio Tagua2009-06-304-28/+16
|\|
| * Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-014-28/+16
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-0/+7
|\|
| * Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-224-16/+28
| * Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-214-28/+16
| * Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+7
* | Leave the quoting part to ARelEmilio Tagua2009-06-124-165/+169
|\|
| * HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-123-160/+164
| * HasOneAssociation inherits AssociationProxy since it shares nothing with Belo...Emilio Tagua2009-06-121-5/+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
* Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...Chris Kampmeier2009-05-171-0/+9
* has_one :through should not create a new association when assigned nil [#698 ...Daniel Guettler2009-05-171-8/+8
* Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"Jeremy Kemper2009-05-111-1/+1
* Providing support for :inverse_of as an option to associations.Murray Steele2009-05-046-9/+51
* Fixed bug with polymorphic has_one :as pointing to an STI recordRuy Asan2009-05-011-1/+1
* Ensure JoinAssociation uses aliased table name when multiple associations hav...Pratik Naik2009-04-201-2/+2
* Merge docrailsPratik Naik2009-03-161-5/+9