aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc...Jon Leighton2010-10-1711-154/+138
| * | | | | | | | | | | | | | | | | | Make sure nested through associations are read onlyJon Leighton2010-10-156-9/+82
| * | | | | | | | | | | | | | | | | | Fix small bug which was shown by the last commitJon Leighton2010-10-151-1/+1
| * | | | | | | | | | | | | | | | | | 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-152-122/+216
| * | | | | | | | | | | | | | | | | | 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-147-4/+31
| * | | | | | | | | | | | | | | | | | Add test_has_many_through_belongs_to_with_has_many_through_source_reflection ...Jon Leighton2010-10-142-2/+15
| * | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | Switch to sprockets/masterJoshua Peek2011-03-301-1/+1
* | | | | | | | | | | | | | | | | | | | | | Precompile configured assetsJoshua Peek2011-03-292-3/+3
* | | | | | | | | | | | | | | | | | | | | | Seperate asset directoriesJoshua Peek2011-03-298-16/+21
* | | | | | | | | | | | | | | | | | | | | | Rename option to config.asset_pipelineJoshua Peek2011-03-295-19/+23
* | | | | | | | | | | | | | | | | | | | | | Move sprockets initializers back to applicationJoshua Peek2011-03-295-51/+41
* | | | | | | | | | | | | | | | | | | | | | Change back to /assets prefixJoshua Peek2011-03-292-13/+10
* | | | | | | | | | | | | | | | | | | | | | Fix building route set with sprockets in productionJoshua Peek2011-03-291-2/+14
* | | | | | | | | | | | | | | | | | | | | | Only add fingerprints if perform_caching is onJoshua Peek2011-03-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | Fix sprockets loggerJoshua Peek2011-03-291-1/+4
* | | | | | | | | | | | | | | | | | | | | | Copy use_sprockets configJoshua Peek2011-03-292-2/+3
* | | | | | | | | | | | | | | | | | | | | | Use sprockets helpers if config.use_sprockets is setJoshua Peek2011-03-292-6/+22
* | | | | | | | | | | | | | | | | | | | | | Add sprockets to Gemfile for testingJoshua Peek2011-03-291-0/+2
* | | | | | | | | | | | | | | | | | | | | | Tests for SprocketsHelperJoshua Peek2011-03-298-5/+104