1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
yuuji.yaginuma
9e99bb512d fix task description for tmp:create 2015-01-25 21:25:35 +09:00
Robin Dupret
1fd44213aa Remove the tmp/sessions folder and its clear task
Commit 1aea470 introduced this directory but this was at a time when the
default way to store sessions was on the file system under the tmp
directory.

Let's remove references to it from the documentation as well.

[Robin Dupret & yui-knk]
2015-01-03 19:42:07 +01:00
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
Renamed from railties/lib/tasks/tmp.rake (Browse further)