index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
sprockets
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add public API for register new js and css compressors for Sprockets
Guillermo Iguaran
2011-09-24
1
-0
/
+1
*
`rake assets:precompile` loads the application but does not initialize it.
José Valim
2011-09-24
1
-55
/
+4
*
Move precompile task to Sprockets::StaticCompiler
Guillermo Iguaran
2011-09-20
1
-0
/
+1
*
Don't mount Sprockets at config.assets.prefix if config.assets.compile is false.
Mark J. Titorenko
2011-09-13
1
-2
/
+4
*
config.action_controller.perform_caching isn't used anymore in assets pipelin...
Guillermo Iguaran
2011-09-06
1
-1
/
+1
*
Set default location of manifest with config.assets.manifest
Guillermo Iguaran
2011-08-31
1
-1
/
+7
*
Backport f443f9cb0c64 to master
Guillermo Iguaran
2011-08-31
1
-4
/
+2
*
Read digests of assets from manifest.yml if config.assets.manifest is on
Guillermo Iguaran
2011-08-31
1
-0
/
+6
*
Fix sprockets warnings
Joshua Peek
2011-08-21
1
-3
/
+2
*
Initialize config.assets.version the same way it's done in Sprockets
Santiago Pastorino
2011-08-08
1
-1
/
+1
*
use assets.version in asset checksum to allow user to easily override
Ilya Grigorik
2011-08-05
1
-1
/
+1
*
generate environment dependent asset digests
Ilya Grigorik
2011-08-04
1
-0
/
+1
*
Make Rails.application.assets available in initializers
Joshua Peek
2011-07-27
1
-44
/
+36
*
Remove unused use_sprockets config
Santiago Pastorino
2011-07-25
1
-7
/
+0
*
Use top level Rails constant
Andrew White
2011-07-24
1
-2
/
+2
*
assets.cache_store now defaults to filesystem. You will want to share tmp/ass...
José Valim
2011-07-12
1
-2
/
+2
*
Require assets in all environments by default and provide a way to opt-out fr...
José Valim
2011-07-11
1
-2
/
+7
*
Move config.default_asset_host_protocol to the railtie.
José Valim
2011-07-07
1
-0
/
+2
*
Give higher priority to assets.cache_store.
José Valim
2011-07-06
1
-1
/
+1
*
Make compressors lazily load.
José Valim
2011-07-06
1
-2
/
+4
*
Move Coffee generators and templates to Coffee Railtie and create javascript_...
Santiago Pastorino
2011-06-29
1
-9
/
+0
*
[IMPORTANT] Make "sprockets/railtie" require explicit.
José Valim
2011-06-29
1
-0
/
+5
*
Assign Rails.cache to sprockets
Joshua Peek
2011-06-21
1
-0
/
+4
*
Make the API for compression consistent between JS and CSS. By default, user...
wycats
2011-06-16
1
-2
/
+6
*
Fix appending sprockets paths
Joshua Peek
2011-06-14
1
-1
/
+6
*
Indention style + whitespace for readability
David Heinemeier Hansson
2011-06-09
1
-33
/
+38
*
If you set a js_compressor, it means that you want shit compressed -- we dont...
David Heinemeier Hansson
2011-06-09
1
-2
/
+2
*
Move SCSS generators and default templates from Rails to the Sass Railtie (d4...
tomhuda
2011-05-24
1
-19
/
+2
*
Change compressor API so that plugins can register default compressors for th...
tomhuda
2011-05-24
1
-3
/
+4
*
Remaining cleanup from changes to AssetTagHelper
tomhuda
2011-05-24
1
-0
/
+2
*
Make sure that Sprockets::Helpers::RailsHelper can be found
wycats
2011-05-23
1
-1
/
+3
*
Move the last pockets of Sprockets stuff into the Sprockets directory
wycats
2011-05-23
1
-1
/
+0
*
Start moving some logic from being embedded in AV into the Rails Sprockets ex...
wycats
2011-05-23
1
-0
/
+1
*
Remove old call to sprockets context
Joshua Peek
2011-05-17
1
-9
/
+1
*
Using the correct CSS compressor for the yui-compressor gem.
Lucas Mazza
2011-05-16
1
-1
/
+1
*
Update for sprockets/master context class api
Joshua Peek
2011-05-12
1
-1
/
+9
*
prepend the assets route instead of appending, closes #436
José Valim
2011-05-08
1
-1
/
+1
*
Add shorthand for js and css compressors
Joshua Peek
2011-04-22
1
-0
/
+37
*
Only include SprocketsHelper into assets context
Joshua Peek
2011-04-21
1
-3
/
+4
*
Include modules to the context in the railtie.
José Valim
2011-04-19
1
-0
/
+6
*
Lazily load sprockets.
José Valim
2011-04-17
1
-46
/
+45
*
Make generators more modular, add hooks and improve test suite.
José Valim
2011-04-17
1
-0
/
+17
*
Move app initializers to sprockets railtie.
José Valim
2011-04-17
1
-0
/
+31
*
Move controller configs to sprockets own railtie.
José Valim
2011-04-17
1
-0
/
+9