aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/assets.rake
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4735 from arton/masterAaron Patterson2012-01-311-1/+5
* Don't fork a process when assets:precompile:nondigest is invoked in assets:pr...kennyj2012-01-071-3/+3
* Warnings removed when running with 1.9.3Arun Agrawal2011-10-091-1/+1
* Fix regression when calling helpers inside sprockets.José Valim2011-10-051-4/+2
* Fix the lame config.action_controller.present? check scattered throughout ass...José Valim2011-10-051-3/+4
* Encapsulate common rake invocation logic in a method.José Valim2011-10-051-17/+14
* added comment about why nondigest assets requires a reinvocationMark J. Titorenko2011-10-051-0/+5
* only reinvoke if necessaryMark J. Titorenko2011-10-051-2/+16
* only execute the nondigest task if neededMark J. Titorenko2011-10-051-3/+3
* don't munge the environment, let rake do that for usMark J. Titorenko2011-10-051-5/+3
* assets compilation task refactoringMark J. Titorenko2011-10-051-10/+9
* Fix failing test added in previous commit.José Valim2011-10-041-4/+12
* Fix failing tests and refactor assets.rakeJosé Valim2011-10-041-24/+37
* Fix #3198.José Valim2011-10-031-39/+35
* Ensure that enhancements to assets:precompile task are only run onceSam Pohlenz2011-10-031-0/+2
* Provide initialize_on_precompile which, when set to false, does not initializ...José Valim2011-10-021-2/+6
* Use of :: in void context Warning removedArun Agrawal2011-10-011-1/+1
* Merge pull request #3136 from guilleiguaran/clear-digests-on-precompileSantiago Pastorino2011-09-261-0/+4
* Copy assets to nondigested filenames tooSantiago Pastorino2011-09-261-5/+9
* Encapsulate assets initialization in its own rake task.José Valim2011-09-261-3/+7
* Merge pull request #3121 from cablegram/3-1-stableSantiago Pastorino2011-09-241-1/+1
* Avoid using pathnames and automatically create the manifest directory if one ...José Valim2011-09-241-2/+9
* Remove the ENV flag, yagni.José Valim2011-09-241-3/+0
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-1/+2
* set env to let rails know we're precompilingTerence Lee2011-09-221-0/+3
* Move precompile task to Sprockets::StaticCompilerGuillermo Iguaran2011-09-201-22/+2
* config.action_controller.asset_host shouldn't set to nil during precompileGuillermo Iguaran2011-09-151-3/+0
* Merge pull request #3015 from guilleiguaran/clear-tmp-cache-on-precompileJosé Valim2011-09-141-0/+1
|\
| * Clear cache before of each precompile to avoid inconsistencies. Fixes #3014Guillermo Iguaran2011-09-131-0/+1
* | Revert "Provide a way to access to assets without using the digest, useful fo...Santiago Pastorino2011-09-141-1/+0
|/
* Provide a way to access to assets without using the digest, useful for static...Santiago Pastorino2011-09-131-0/+1
* Merge pull request #2987 from kennyj/masterSantiago Pastorino2011-09-121-0/+3
|\
| * fix https://github.com/rails/rails/issues/2947 (with testcase)kennyj2011-09-131-0/+3
* | Merge pull request #2985 from kennyj/masterSantiago Pastorino2011-09-121-1/+1
|\|
| * fix https://github.com/rails/rails/issues/2582 (with testcase)kennyj2011-09-131-1/+1
* | Fixed assets precompile regex, now accepts ProcsAlex Yakoubian2011-09-081-0/+2
|/
* assets:precompile should not append asset digests when config.assets.digest i...Sam Pohlenz2011-09-011-4/+5
* Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changesSantiago Pastorino2011-08-311-20/+13
* Set default location of manifest with config.assets.manifestGuillermo Iguaran2011-08-311-1/+2
* Backport f443f9cb0c64 to masterGuillermo Iguaran2011-08-311-4/+2
* Read digests of assets from manifest.yml if config.assets.manifest is onGuillermo Iguaran2011-08-311-1/+9
* Always enable digest and compile in the Rake taskGuillermo Iguaran2011-08-311-2/+3
* Bring in sprockets precompile taskJoshua Peek2011-08-241-3/+26
* Fix sprockets warningsJoshua Peek2011-08-211-3/+6
* Fix assets tests in railtiesJon Leighton2011-08-161-1/+3
* rake assets:precompile executes in production environment as default if RAILS...Santiago Pastorino2011-08-151-4/+4
* Ensure changing RAILS_GROUPS will load the proper dependencies.José Valim2011-08-141-13/+16
* Remove lame comment.José Valim2011-08-091-1/+0
* rake assets:precompile defaults to production envSantiago Pastorino2011-08-091-0/+1
* Clear out tmp/cache when assets:clean is invoked.Ilya Grigorik2011-08-041-1/+1