Commit Graph

8 Commits

Author SHA1 Message Date
Robin Dupret 5ad7f8ab41 Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
Guillermo Iguaran a4c358f84c Assets cache shouldn't be shared between different environments 2012-09-28 15:20:17 -05:00
Aaron Patterson fa736e69a1 oops, should be directory 2012-08-13 17:15:20 -04:00
Aaron Patterson 621e079290 speed up cache directory creation
Let Rake control the cache directories.  If the directory already
exists, rake will skip creating it (vs the previous task which would
always try to mkdir_p)
2012-08-13 13:28:03 -04:00
José Valim 704ee0df65 Use cache/assets instead. 2011-07-12 22:55:34 -03:00
José Valim 8f0e0b63f5 assets.cache_store now defaults to filesystem. You will want to share tmp/assets_cache between deploys. 2011-07-12 22:30:17 -03:00
David Heinemeier Hansson 29acc17c0f Cut down on tasks shown in rake -T 2010-06-09 16:19:03 -04:00
Yehuda Katz + Carl Lerche f0dd77c6be Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00