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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Rails.application.assets available in initializers
Joshua Peek
2011-08-13
1
-44
/
+36
*
Remove unused use_sprockets config
Santiago Pastorino
2011-08-13
1
-7
/
+0
*
Merge pull request #2243 from dmathieu/comment
Xavier Noria
2011-07-24
1
-0
/
+1
|
\
|
*
help the next guy with explanations - See bb3b3e306
Damien Mathieu
2011-07-24
1
-0
/
+1
*
|
Use top level Rails constant
Andrew White
2011-07-24
1
-2
/
+2
|
/
*
Merge pull request #2228 from Empact/helper_tags_in_mailers
Aaron Patterson
2011-07-23
1
-0
/
+2
|
\
|
*
Simple fix to the NoMethodError noted in #2177.
Ben Woosley
2011-07-23
1
-0
/
+2
*
|
rake assets:precompile should always perform caching - Closes #2199
Damien Mathieu
2011-07-24
1
-0
/
+1
|
/
*
use rake tasks to set the default environment variables. fixes #2126
Aaron Patterson
2011-07-21
1
-10
/
+10
*
indeed, if we are going to remove everything in public/assets on assets:clean...
Xavier Noria
2011-07-17
1
-4
/
+1
*
if we are cleaning all files, we are cleaning all gz files
Xavier Noria
2011-07-17
1
-1
/
+0
*
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
2
-6
/
+3
*
Give higher priority to assets.cache_store.
José Valim
2011-07-06
1
-1
/
+1
*
Make compressors lazily load.
José Valim
2011-07-06
2
-2
/
+25
*
Merge pull request #1925 from spohlenz/refactor-asset-paths
José Valim
2011-07-02
1
-9
/
+27
|
\
|
*
Add documentation for asset_prefix and asset_environment
Sam Pohlenz
2011-07-03
1
-0
/
+9
|
*
Refactor sprockets asset paths to allow for alternate asset environments
Sam Pohlenz
2011-07-01
1
-9
/
+18
*
|
It's autoload all the way down
Andrew White
2011-07-01
1
-1
/
+1
*
|
Revert "Add missing require for ActionView::AssetPaths"
Andrew White
2011-07-01
1
-1
/
+0
*
|
Add missing require for ActionView::AssetPaths
Andrew White
2011-07-01
1
-0
/
+1
|
/
*
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
2
-0
/
+31
*
Added a configuration setting:
Chris Eppstein
2011-06-27
1
-3
/
+3
*
Move the config bootstrapping to initialization to minimize access to the Rai...
Chris Eppstein
2011-06-27
1
-1
/
+7
*
Stylesheet link tags should use the request protocol to avoid duplicate downl...
Chris Eppstein
2011-06-27
1
-5
/
+5
*
Add asset_url helper and refactor the asset paths so that asset hosts can be ...
Chris Eppstein
2011-06-27
1
-7
/
+12
*
Require helpers so autoload is properly setup.
José Valim
2011-06-21
1
-1
/
+1
*
Don't use deprecated stuff.
José Valim
2011-06-21
1
-2
/
+1
*
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
*
Update asset helpers to use `config.assets.prefix`
Joshua Peek
2011-06-07
1
-2
/
+2
*
Allow multiple sources in Sprockets helpers
Guillermo Iguaran
2011-06-05
1
-28
/
+34
*
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
2
-0
/
+5
*
Make sure that Sprockets::Helpers::RailsHelper can be found
wycats
2011-05-23
2
-1
/
+8
*
Move the last pockets of Sprockets stuff into the Sprockets directory
wycats
2011-05-23
2
-7
/
+15
*
Move javascript/css helpers into the Sprockets helper and just have them over...
wycats
2011-05-23
1
-0
/
+44
*
Start moving some logic from being embedded in AV into the Rails Sprockets ex...
wycats
2011-05-23
2
-0
/
+52
*
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
[next]