aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | Update sprockets path generation methodJoshua Peek2011-03-281-1/+1
* | | | | | | | | | | | | | | | | | | | | | Add SprocketsHelperJoshua Peek2011-03-282-0/+79
* | | | | | | | | | | | | | | | | | | | | | Remove sprockets exception from main asset helpersJoshua Peek2011-03-282-20/+0
* | | | | | | | | | | | | | | | | | | | | | Fix reference to config.use_sprocketsJoshua Peek2011-03-281-1/+1
* | | | | | | | | | | | | | | | | | | | | | Add use_sprockets flagJoshua Peek2011-03-283-5/+8
* | | | | | | | | | | | | | | | | | | | | | Logger isn't set hereJoshua Peek2011-03-281-1/+1
* | | | | | | | | | | | | | | | | | | | | | Add route for assetsJoshua Peek2011-03-282-34/+35
* | | | | | | | | | | | | | | | | | | | | | Change static root to /publicJoshua Peek2011-03-221-1/+1
* | | | | | | | | | | | | | | | | | | | | | Use sprockets precompileJoshua Peek2011-03-221-10/+2
* | | | | | | | | | | | | | | | | | | | | | Move app/javascripts and app/stylesheets under app/assetsJoshua Peek2011-03-221-6/+6
* | | | | | | | | | | | | | | | | | | | | | Add sprockets md5s to asset tagsJoshua Peek2011-03-222-0/+20
* | | | | | | | | | | | | | | | | | | | | | Remove ensure_fresh_assets flagJoshua Peek2011-03-221-1/+0
* | | | | | | | | | | | | | | | | | | | | | Assign sprockets static rootJoshua Peek2011-03-221-0/+1
* | | | | | | | | | | | | | | | | | | | | | Need to load assets task fileJoshua Peek2011-03-211-0/+1
* | | | | | | | | | | | | | | | | | | | | | Add sprockets task to compile assetsJoshua Peek2011-03-212-1/+17
* | | | | | | | | | | | | | | | | | | | | | Add sprockets environment to ApplicationJoshua Peek2011-03-211-0/+34
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |