aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Add test_has_many_through_has_many_through_with_belongs_to_source_reflection ...Jon Leighton2010-10-142-1/+13
| * | | | | | | | | | | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-145-4/+30
| * | | | | | | | | | | Fix bug in previous refactoringJon Leighton2010-10-141-6/+6
| * | | | | | | | | | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-14160-1320/+8646
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec...Jon Leighton2010-10-133-4/+41
| * | | | | | | | | | | | Refactoring ThroughAssociationScope#construct_through_joinsJon Leighton2010-10-131-54/+62
| * | | | | | | | | | | | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-136-30/+84
| * | | | | | | | | | | | Hook ThroughAssociationScope up to use the AliasTracker classJon Leighton2010-10-131-9/+30
| * | | | | | | | | | | | Some small tweaks on the last commitJon Leighton2010-10-122-19/+12
| * | | | | | | | | | | | Extract aliasing code from JoinDependency and JoinAssociation into a separate...Jon Leighton2010-10-122-41/+83
| * | | | | | | | | | | | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-125-55/+74
| * | | | | | | | | | | | Add test_has_many_through_has_one_through_with_has_many_source_reflectionJon Leighton2010-10-122-1/+19
| * | | | | | | | | | | | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-125-3/+29
| * | | | | | | | | | | | Rename some tests for consistencyJon Leighton2010-10-121-3/+3
| * | | | | | | | | | | | Add test_has_many_through_has_one_throughJon Leighton2010-10-122-2/+17
| * | | | | | | | | | | | Support has_one through assocs as the source associationJon Leighton2010-10-127-20/+71
| * | | | | | | | | | | | A load of tests that need to be writtenJon Leighton2010-10-121-0/+63
| * | | | | | | | | | | | Refactoring to remove duplication introduced by the last commitJon Leighton2010-10-101-160/+145
| * | | | | | | | | | | | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-0911-94/+175
| * | | | | | | | | | | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-0690-1040/+990
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-0610-209/+356
| * | | | | | | | | | | | | 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-027-15/+75
| * | | | | | | | | | | | | Integrate nested support into ThroughAssociationScope, using my concept of ge...Jon Leighton2010-10-025-59/+107
| * | | | | | | | | | | | | Started implementing nested :through associations by using the existing struc...Jon Leighton2010-10-014-32/+60
| * | | | | | | | | | | | | Prevent test_has_many_through_a_has_many_through_association_on_through_refle...Jon Leighton2010-09-301-2/+2
| * | | | | | | | | | | | | Merge branch 'master' into nested_has_many_through_2Jon Leighton2010-09-30166-849/+1536
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-2610-15/+220
* | | | | | | | | | | | | | | Change behavior of count(:limit => x, :offset => y) to limit/offset before co...John Mileham2011-03-033-25/+80
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | only compute path.to_s onceAaron Patterson2011-03-021-1/+4
* | | | | | | | | | | | | | remove to_s implementation so that inspect is helpfulAaron Patterson2011-03-021-1/+0
* | | | | | | | | | | | | | * LocalCache strategy is now a real middleware class, not an anonymous classAaron Patterson2011-03-022-23/+32
* | | | | | | | | | | | | | No need of instance variableDalibor Nasevic2011-03-021-3/+3
* | | | | | | | | | | | | | require deprecation so that we can deprecate methods!Aaron Patterson2011-03-021-0/+1
* | | | | | | | | | | | | | anonymous classes have blank names on ruby 1.8Aaron Patterson2011-03-021-1/+1
* | | | | | | | | | | | | | make sure string keys are always looked up from the class cacheAaron Patterson2011-03-022-2/+28
* | | | | | | | | | | | | | Ruby 1.8: Y U NO FUN?Aaron Patterson2011-03-021-1/+3
* | | | | | | | | | | | | | use newer class cache apiAaron Patterson2011-03-021-1/+1
* | | | | | | | | | | | | | adding deprecation noticies to deprecated class cache methodsAaron Patterson2011-03-023-7/+41
* | | | | | | | | | | | | | adding backwards compat for class cache references. <3<3Aaron Patterson2011-03-023-8/+25
* | | | | | | | | | | | | | Fix Action caching bug where an action that has a non-cacheable response alwa...Cheah Chu Yeow2011-03-022-3/+10
* | | | | | | | | | | | | | Fixed typos in asset_host_testDalibor Nasevic2011-03-021-2/+2
* | | | | | | | | | | | | | yo dawg, directly use the class cache rather than the cache of the cacheAaron Patterson2011-03-012-6/+4
* | | | | | | | | | | | | | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-017-19/+185
* | | | | | | | | | | | | | initialize ivarsAaron Patterson2011-03-011-1/+1
* | | | | | | | | | | | | | Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco...Alexander Uvarov2011-03-014-28/+39
* | | | | | | | | | | | | | Enumerable gives us include?, so remove include?Aaron Patterson2011-03-011-4/+0
* | | | | | | | | | | | | | prefer composition over inheritance with AD::MSAaron Patterson2011-03-013-9/+42
* | | | | | | | | | | | | | fixing test case test on 1.9.3devAaron Patterson2011-03-011-0/+4