aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Add new finder methods to association collection.Pratik Naik2009-12-271-4/+4
* Forgot to revert tests from that last commitJoshua Peek2009-12-121-8/+0
* Revert "Fix instance_eval calls to association proxies"Joshua Peek2009-12-121-1/+0
* Fix postgresql AR test failureJohn Pignata2009-12-111-2/+2
* Fix instance_eval calls to association proxiesMat Brown2009-12-021-0/+8
* Revert "Revert "Assert primary key does not exist in habtm when the associati...Jeremy Kemper2009-11-231-14/+2
* Insert generated association members in the same order they are specified whe...Gabe da Silveira2009-11-171-0/+22
* delete correct records for a has_many with :primary_key and :dependent => :de...Matt Jones2009-11-101-0/+12
* Merge branch 'associations_2'Emilio Tagua2009-10-051-1/+1
|\
| * Added eager loading support to Relation and ActiveRecord#all.Emilio Tagua2009-10-051-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-10-021-0/+18
|\ \
| * | Make has_one with :conditions hash scope build or creation of the associated ...Luciano G Panaro2009-09-281-0/+18
* | | Merge commit 'rails/master'Emilio Tagua2009-09-141-0/+9
|\| |
| * | Fix has_one with foreign_key and primary_key association bug which caused the...Graeme Porteous2009-09-121-0/+9
* | | Merge commit 'rails/master'Emilio Tagua2009-09-081-1/+1
|\| |
| * | Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1
* | | Merge commit 'rails/master'Emilio Tagua2009-09-081-2/+14
|\| |
| * | Revert "Assert primary key does not exist in habtm when the association is de...Jeremy Kemper2009-09-021-2/+14
* | | Merge commit 'rails/master'Emilio Tagua2009-09-011-14/+2
|\| | | |/ |/|
| * Assert primary key does not exist in habtm when the association is defined, i...José Valim2009-09-011-14/+2
* | Use finder options as relation method names to provide more familiarEmilio Tagua2009-08-181-5/+5
* | Merge commit 'rails/master'Emilio Tagua2009-08-171-1/+1
|\|
| * Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]Jay Pignata2009-08-151-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-111-0/+18
|\|
| * Add tests for hm:t#push failuresPratik Naik2009-08-111-0/+18
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-12/+8
|\|
| * Rewrite hm:t#create tests using assert_no_difference and assert_differencePratik Naik2009-08-101-12/+8
* | Merge commit 'rails/master'Emilio Tagua2009-08-106-25/+171
|\|
| * raises an exception on habtm join table inserts if join table contains a prim...Jaime Bellmyer2009-08-091-1/+12
| * raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+45
| * Fix test dependency on taggingsJeremy Kemper2009-08-091-1/+2
| * Fix that counter_cache breaks with has_many :dependent => :nullify.Gabe da Silveira2009-08-092-3/+28
| * has_many :through create should not raise validation errorsrailsbob2009-08-091-1/+28
| * Allow ho:through#build when the owner is a new record [#1749 state:resolved]Tristan Dunn2009-08-101-0/+10
| * Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-103-2/+14
| * Removed duplicated tests [#3026 state:resolved]Arthur Zapparoli2009-08-101-18/+0
| * Make sure association conditions work with :include and :joins [#358 state:re...Vladimir Meremyanin2009-08-091-0/+6
| * Added back support for destroying an association's object by id. [#2306 statu...Joshua Nichols2009-08-091-0/+22
| * Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-091-0/+5
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+7
|\|
| * Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...Pratik Naik2009-08-081-0/+7
* | Merge commit 'rails/master'Emilio Tagua2009-08-085-46/+63
|\|
| * added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-065-46/+63
* | More work on removing plain SQL from associations and use ARel instead.Emilio Tagua2009-08-071-4/+4
* | Don't use local vars before testing its conditional.Emilio Tagua2009-08-031-2/+0
* | Merge commit 'rails/master'Emilio Tagua2009-07-161-0/+98
|\|
| * Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+98
* | Merge commit 'rails/master'Emilio Tagua2009-07-141-2/+6
|\|
| * Optimize <association>_ids for hm:t with belongs_to sourcePratik Naik2009-07-131-2/+6
* | Merge commit 'rails/master'Emilio Tagua2009-06-302-0/+12
|\|