Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | kennyj | 2012-01-06 | 1 | -3/+3 |
| | | | | assets:precompile:all. Improve GH #3694. | ||||
* | 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 ↵ | José Valim | 2011-10-05 | 1 | -3/+4 |
| | | | | | | | | assets_path. Conflicts: actionpack/test/template/sprockets_helper_test.rb | ||||
* | Encapsulate common rake invocation logic in a method. | José Valim | 2011-10-05 | 1 | -17/+14 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | added comment about why nondigest assets requires a reinvocation | Mark J. Titorenko | 2011-10-05 | 1 | -0/+5 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | only reinvoke if necessary | Mark J. Titorenko | 2011-10-05 | 1 | -2/+16 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | only execute the nondigest task if needed | Mark J. Titorenko | 2011-10-05 | 1 | -3/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | don't munge the environment, let rake do that for us | Mark J. Titorenko | 2011-10-05 | 1 | -5/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | assets compilation task refactoring | Mark J. Titorenko | 2011-10-05 | 1 | -10/+9 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fix failing test added in previous commit. | José Valim | 2011-10-04 | 1 | -4/+12 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Provide initialize_on_precompile which, when set to false, does not ↵ | José Valim | 2011-10-02 | 1 | -2/+6 |
| | | | | initialize the app for precompilation. Defaults to true. | ||||
* | 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 |
| | | | | Avoid use of existing precompiled assets during rake assets:precompile run | ||||
* | 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 |
| | | | | Re-launch assets:precompile task using (Rake.)ruby instead of Kernel.exec so it works on Windows | ||||
* | Avoid using pathnames and automatically create the manifest directory if one ↵ | José Valim | 2011-09-24 | 1 | -2/+9 |
| | | | | does not exist yet. | ||||
* | 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 |
| | | | | | | | | | | | | | To the app developer, this means configuration add in config/initializers/* will not be executed. Plugins developers need to special case their initializers that are meant to be run in the assets group by adding :group => :assets. Conflicts: railties/CHANGELOG railties/test/application/assets_test.rb | ||||
* | 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 | ||||
| * | 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 ↵ | Santiago Pastorino | 2011-09-14 | 1 | -1/+0 |
|/ | | | | | | for static files and emails" This reverts commit 82afaa06861d03f6a2887d40e40c0ded76db88db. | ||||
* | Provide a way to access to assets without using the digest, useful for ↵ | Santiago Pastorino | 2011-09-13 | 1 | -0/+1 |
| | | | | static files and emails | ||||
* | 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) | ||||
| * | 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) | ||||
| * | 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 ↵ | Sam Pohlenz | 2011-09-01 | 1 | -4/+5 |
| | | | | is false | ||||
* | Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changes | Santiago Pastorino | 2011-08-31 | 1 | -20/+13 |
| | | | | Assets pipeline: fix in manifest location and remove unused code | ||||
* | 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 |
| | | | | Fixes #2598 | ||||
* | Fix assets tests in railties | Jon Leighton | 2011-08-16 | 1 | -1/+3 |
| | |||||
* | rake assets:precompile executes in production environment as default if ↵ | Santiago Pastorino | 2011-08-15 | 1 | -4/+4 |
| | | | | RAILS_ENV was not provided | ||||
* | 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 |
| | | | | | | Otherwise, if bad data is cached in tmp/clear then the next invocation of assets:precompile (or a regular incoming request) will pickup files from tmp without regenerating them from source. |