aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix broken testJon Leighton2010-10-191-1/+5
| * | | | | | | | | Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-1/+16
| * | | | | | | | | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-192-6/+18
| * | | | | | | | | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-192-2/+37
| * | | | | | | | | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-196-20/+56
| * | | | | | | | | Make sure nested through associations are read onlyJon Leighton2010-10-151-0/+42
| * | | | | | | | | Add assertions for nested through associations loaded by includes with condit...Jon Leighton2010-10-151-81/+75
| * | | | | | | | | Support preloading nested through associations (using the default multi-query...Jon Leighton2010-10-151-61/+140
| * | | | | | | | | Remove unnecessary requires from nested_has_many_through_associations_test.rbJon Leighton2010-10-141-6/+0
| * | | | | | | | | Add test_has_one_through_has_one_through_with_belongs_to_source_reflectionJon Leighton2010-10-141-2/+13
| * | | | | | | | | Add test_has_many_through_belongs_to_with_has_many_through_source_reflection ...Jon Leighton2010-10-141-1/+12
| * | | | | | | | | Add test_has_many_through_has_many_through_with_belongs_to_source_reflection ...Jon Leighton2010-10-141-1/+12
| * | | | | | | | | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-142-2/+17
| * | | | | | | | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-148-40/+303
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec...Jon Leighton2010-10-131-1/+11
| * | | | | | | | | | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-132-5/+10
| * | | | | | | | | | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-122-6/+11
| * | | | | | | | | | Add test_has_many_through_has_one_through_with_has_many_source_reflectionJon Leighton2010-10-121-1/+18
| * | | | | | | | | | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-2/+19
| * | | | | | | | | | Rename some tests for consistencyJon Leighton2010-10-121-3/+3
| * | | | | | | | | | Add test_has_many_through_has_one_throughJon Leighton2010-10-121-2/+14
| * | | | | | | | | | Support has_one through assocs as the source associationJon Leighton2010-10-121-3/+32
| * | | | | | | | | | A load of tests that need to be writtenJon Leighton2010-10-121-0/+63
| * | | | | | | | | | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-5/+54
| * | | | | | | | | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-065-1/+51
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-065-12/+34
| * | | | | | | | | | | A failing test for a nested has many through association loaded via Foo.joins...Jon Leighton2010-10-051-0/+6
| * | | | | | | | | | | Fix the tests (I have actually verified that these are also the 'right' fixes...Jon Leighton2010-10-036-24/+24
| * | | | | | | | | | | Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-021-0/+5
| * | | | | | | | | | | Integrate nested support into ThroughAssociationScope, using my concept of ge...Jon Leighton2010-10-021-12/+12
| * | | | | | | | | | | Started implementing nested :through associations by using the existing struc...Jon Leighton2010-10-011-13/+13
| * | | | | | | | | | | Merge branch 'master' into nested_has_many_through_2Jon Leighton2010-09-3012-56/+209
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-262-8/+43
* | | | | | | | | | | | | Change behavior of count(:limit => x, :offset => y) to limit/offset before co...John Mileham2011-03-032-11/+54
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Rewrote AssociationPreload.Jon Leighton2011-02-283-17/+16
* | | | | | | | | | | | skip this on oracleAaron Patterson2011-02-281-0/+2
* | | | | | | | | | | | use an attribute rather than a SQL literalAaron Patterson2011-02-261-0/+1
* | | | | | | | | | | | removing limits and offsets from COUNT queries unless both are specified. [#6...Aaron Patterson2011-02-251-0/+28
* | | | | | | | | | | | fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclassesEric Allam2011-02-241-0/+4
* | | | | | | | | | | | observers leak across tests, so rather than modify the object, we should just...Aaron Patterson2011-02-231-6/+12
* | | | | | | | | | | | Fix observer callbacks firing multiple times on descendant instancesKamal Fariz Mahyuddin2011-02-221-0/+14
* | | | | | | | | | | | expectations change when using IM. Change oracle tests to reflect thatAaron Patterson2011-02-221-2/+6
* | | | | | | | | | | | adding a test case for custom lockingAaron Patterson2011-02-211-0/+17
* | | | | | | | | | | | Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-212-12/+16
* | | | | | | | | | | | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Tpyo: fixing several cases of the theNicholas Rowe2011-02-191-1/+1
* | | | | | | | | | | | | oops, no need for puts!Aaron Patterson2011-02-181-1/+0
* | | | | | | | | | | | | AR::AttributeMethods does not need to be included in an AR::Base class.Aaron Patterson2011-02-181-0/+62
* | | | | | | | | | | | | fixes a merge conflictXavier Noria2011-02-191-10/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | merges docrailsXavier Noria2011-02-181-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \