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
*
run direcly $0 if rake invoked by Windows batch file.
arton
2012-01-29
1
-1
/
+5
*
Fix GH #3980. Support assets:cache:clean method to respect sprockets cache.
kennyj
2012-01-13
1
-3
/
+9
*
Don't fork a process when assets:precompile:nondigest is invoked in assets:pr...
kennyj
2012-01-06
1
-3
/
+3
*
Warnings removed when running with 1.9.3
Arun Agrawal
2011-10-09
1
-1
/
+1
*
Fix regression when calling helpers inside sprockets.
José Valim
2011-10-05
1
-4
/
+2
*
Fix the lame config.action_controller.present? check scattered throughout ass...
José Valim
2011-10-05
1
-3
/
+4
*
Encapsulate common rake invocation logic in a method.
José Valim
2011-10-05
1
-17
/
+14
*
added comment about why nondigest assets requires a reinvocation
Mark J. Titorenko
2011-10-05
1
-0
/
+5
*
only reinvoke if necessary
Mark J. Titorenko
2011-10-05
1
-2
/
+16
*
only execute the nondigest task if needed
Mark J. Titorenko
2011-10-05
1
-3
/
+3
*
don't munge the environment, let rake do that for us
Mark J. Titorenko
2011-10-05
1
-5
/
+3
*
assets compilation task refactoring
Mark J. Titorenko
2011-10-05
1
-10
/
+9
*
Fix failing test added in previous commit.
José Valim
2011-10-04
1
-4
/
+12
*
Fix failing tests and refactor assets.rake
José Valim
2011-10-04
1
-24
/
+37
*
Fix #3198.
José Valim
2011-10-03
1
-39
/
+35
*
Ensure that enhancements to assets:precompile task are only run once
Sam Pohlenz
2011-10-03
1
-0
/
+2
*
Provide initialize_on_precompile which, when set to false, does not initializ...
José Valim
2011-10-02
1
-2
/
+6
*
Use of :: in void context Warning removed
Arun Agrawal
2011-10-01
1
-1
/
+1
*
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
[next]