Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix task description for tmp:create | yuuji.yaginuma | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | Remove the tmp/sessions folder and its clear task | Robin Dupret | 2015-01-03 | 1 | -11/+3 |
| | | | | | | | | | | 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] | ||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -2/+2 |
| | |||||
* | Assets cache shouldn't be shared between different environments | Guillermo Iguaran | 2012-09-28 | 1 | -1/+3 |
| | |||||
* | oops, should be directory | Aaron Patterson | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | speed up cache directory creation | Aaron Patterson | 2012-08-13 | 1 | -3/+9 |
| | | | | | | 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) | ||||
* | Use cache/assets instead. | José Valim | 2011-07-12 | 1 | -2/+1 |
| | |||||
* | assets.cache_store now defaults to filesystem. You will want to share ↵ | José Valim | 2011-07-12 | 1 | -1/+2 |
| | | | | tmp/assets_cache between deploys. | ||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 1 | -5/+5 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+37 |