aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets
Commit message (Collapse)AuthorAgeFilesLines
* Remaining cleanup from changes to AssetTagHelpertomhuda2011-05-242-0/+5
|
* Make sure that Sprockets::Helpers::RailsHelper can be foundwycats2011-05-232-1/+8
|
* Move the last pockets of Sprockets stuff into the Sprockets directorywycats2011-05-232-7/+15
|
* Move javascript/css helpers into the Sprockets helper and just have them ↵wycats2011-05-231-0/+44
| | | | override the old behavior
* Start moving some logic from being embedded in AV into the Rails Sprockets ↵wycats2011-05-232-0/+52
| | | | extensions
* Remove old call to sprockets contextJoshua Peek2011-05-171-9/+1
|
* Using the correct CSS compressor for the yui-compressor gem.Lucas Mazza2011-05-161-1/+1
|
* Update for sprockets/master context class apiJoshua Peek2011-05-121-1/+9
|
* prepend the assets route instead of appending, closes #436José Valim2011-05-081-1/+1
|
* Add shorthand for js and css compressorsJoshua Peek2011-04-221-0/+37
|
* Only include SprocketsHelper into assets contextJoshua Peek2011-04-211-3/+4
|
* Include modules to the context in the railtie.José Valim2011-04-191-0/+6
|
* Lazily load sprockets.José Valim2011-04-171-46/+45
|
* Make generators more modular, add hooks and improve test suite.José Valim2011-04-171-0/+17
|
* Move app initializers to sprockets railtie.José Valim2011-04-171-0/+31
|
* Move controller configs to sprockets own railtie.José Valim2011-04-171-0/+9