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
/
assets.rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3136 from guilleiguaran/clear-digests-on-precompile
Santiago Pastorino
2011-09-26
1
-0
/
+4
*
Copy assets to nondigested filenames too
Santiago Pastorino
2011-09-26
1
-5
/
+9
*
Encapsulate assets initialization in its own rake task.
José Valim
2011-09-26
1
-3
/
+7
*
Merge pull request #3121 from cablegram/3-1-stable
Santiago Pastorino
2011-09-24
1
-1
/
+1
*
Avoid using pathnames and automatically create the manifest directory if one ...
José Valim
2011-09-24
1
-2
/
+9
*
Remove the ENV flag, yagni.
José Valim
2011-09-24
1
-3
/
+0
*
`rake assets:precompile` loads the application but does not initialize it.
José Valim
2011-09-24
1
-1
/
+2
*
set env to let rails know we're precompiling
Terence Lee
2011-09-22
1
-0
/
+3
*
Move precompile task to Sprockets::StaticCompiler
Guillermo Iguaran
2011-09-20
1
-22
/
+2
*
config.action_controller.asset_host shouldn't set to nil during precompile
Guillermo Iguaran
2011-09-15
1
-3
/
+0
*
Merge pull request #3015 from guilleiguaran/clear-tmp-cache-on-precompile
José Valim
2011-09-14
1
-0
/
+1
|
\
|
*
Clear cache before of each precompile to avoid inconsistencies. Fixes #3014
Guillermo Iguaran
2011-09-13
1
-0
/
+1
*
|
Revert "Provide a way to access to assets without using the digest, useful fo...
Santiago Pastorino
2011-09-14
1
-1
/
+0
|
/
*
Provide a way to access to assets without using the digest, useful for static...
Santiago Pastorino
2011-09-13
1
-0
/
+1
*
Merge pull request #2987 from kennyj/master
Santiago Pastorino
2011-09-12
1
-0
/
+3
|
\
|
*
fix https://github.com/rails/rails/issues/2947 (with testcase)
kennyj
2011-09-13
1
-0
/
+3
*
|
Merge pull request #2985 from kennyj/master
Santiago Pastorino
2011-09-12
1
-1
/
+1
|
\
|
|
*
fix https://github.com/rails/rails/issues/2582 (with testcase)
kennyj
2011-09-13
1
-1
/
+1
*
|
Fixed assets precompile regex, now accepts Procs
Alex Yakoubian
2011-09-08
1
-0
/
+2
|
/
*
assets:precompile should not append asset digests when config.assets.digest i...
Sam Pohlenz
2011-09-01
1
-4
/
+5
*
Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changes
Santiago Pastorino
2011-08-31
1
-20
/
+13
*
Set default location of manifest with config.assets.manifest
Guillermo Iguaran
2011-08-31
1
-1
/
+2
*
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
-1
/
+9
*
Always enable digest and compile in the Rake task
Guillermo Iguaran
2011-08-31
1
-2
/
+3
*
Bring in sprockets precompile task
Joshua Peek
2011-08-24
1
-3
/
+26
*
Fix sprockets warnings
Joshua Peek
2011-08-21
1
-3
/
+6
*
Fix assets tests in railties
Jon Leighton
2011-08-16
1
-1
/
+3
*
rake assets:precompile executes in production environment as default if RAILS...
Santiago Pastorino
2011-08-15
1
-4
/
+4
*
Ensure changing RAILS_GROUPS will load the proper dependencies.
José Valim
2011-08-14
1
-13
/
+16
*
Remove lame comment.
José Valim
2011-08-09
1
-1
/
+0
*
rake assets:precompile defaults to production env
Santiago Pastorino
2011-08-09
1
-0
/
+1
*
Clear out tmp/cache when assets:clean is invoked.
Ilya Grigorik
2011-08-04
1
-1
/
+1
*
help the next guy with explanations - See bb3b3e306
Damien Mathieu
2011-07-24
1
-0
/
+1
*
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
*
[IMPORTANT] Make "sprockets/railtie" require explicit.
José Valim
2011-06-29
1
-0
/
+26