Santiago Pastorino
038e45a2b6
Merge pull request #2987 from kennyj/master
...
fix https://github.com/rails/rails/issues/2947 (with testcase)
2011-09-12 23:04:14 -07:00
kennyj
21eaba4c39
fix https://github.com/rails/rails/issues/2947 (with testcase)
2011-09-13 02:59:57 +09:00
Santiago Pastorino
d762e22c04
Merge pull request #2985 from kennyj/master
...
fix https://github.com/rails/rails/issues/2582 (with testcase)
2011-09-12 10:18:19 -07:00
kennyj
3ce830272e
fix https://github.com/rails/rails/issues/2582 (with testcase)
2011-09-13 01:06:31 +09:00
Alex Yakoubian
901c02d86a
Fixed assets precompile regex, now accepts Procs
2011-09-08 13:44:08 -07:00
Sam Pohlenz
58b0c97347
assets:precompile should not append asset digests when config.assets.digest is false
2011-09-01 18:01:45 +09:30
Santiago Pastorino
3ce3b5b1f1
Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changes
...
Assets pipeline: fix in manifest location and remove unused code
2011-08-31 22:51:37 -03:00
Guillermo Iguaran
d0b3937b8f
Set default location of manifest with config.assets.manifest
2011-08-31 13:12:25 -05:00
Guillermo Iguaran
f236e00189
Backport f443f9cb0c
to master
2011-08-31 13:12:09 -05:00
Guillermo Iguaran
dffdd82993
Read digests of assets from manifest.yml if config.assets.manifest is on
2011-08-31 12:41:28 -05:00
Guillermo Iguaran
73d34feb4c
Always enable digest and compile in the Rake task
2011-08-31 19:18:16 +02:00
Joshua Peek
5493d22419
Bring in sprockets precompile task
2011-08-24 10:58:43 -05:00
Joshua Peek
63d3809e31
Fix sprockets warnings
...
Fixes #2598
2011-08-21 16:42:06 -05:00
Jon Leighton
5902391567
Fix assets tests in railties
2011-08-16 16:41:01 +01:00
Santiago Pastorino
4ca605b71b
rake assets:precompile executes in production environment as default if RAILS_ENV was not provided
2011-08-15 15:31:47 -03:00
José Valim
652ab436db
Ensure changing RAILS_GROUPS will load the proper dependencies.
2011-08-14 10:52:46 -07:00
José Valim
bb4f687bc6
Remove lame comment.
2011-08-09 16:49:38 -07:00
Santiago Pastorino
d9b690f71f
rake assets:precompile defaults to production env
2011-08-09 20:40:52 -03:00
Ilya Grigorik
050c1510b6
Clear out tmp/cache when assets:clean is invoked.
...
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.
2011-08-04 23:54:22 -04:00
Damien Mathieu
ee56f7b8df
help the next guy with explanations - See bb3b3e306
2011-07-24 20:52:08 +02:00
Damien Mathieu
bb3b3e3062
rake assets:precompile should always perform caching - Closes #2199
2011-07-24 01:32:14 +02:00
Aaron Patterson
5b6121aa34
use rake tasks to set the default environment variables. fixes #2126
2011-07-21 15:30:28 -07:00
Xavier Noria
0aec2e7191
indeed, if we are going to remove everything in public/assets on assets:clean, just do that
2011-07-17 00:44:00 +02:00
Xavier Noria
53f6acd252
if we are cleaning all files, we are cleaning all gz files
2011-07-17 00:35:21 +02:00
José Valim
c690b7124d
[IMPORTANT] Make "sprockets/railtie" require explicit.
...
This makes "sprockets/railtie" explicit. This means that sprockets will
be loaded when you require "rails/all". If you are not using requiring
"rails/all", you need to manually load it with all other framework
railties.
In order to be complete, this commit also adds --skip-sprockets to
the rails generator.
2011-06-29 09:41:16 -03:00