aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/tmp.rake
Commit message (Collapse)AuthorAgeFilesLines
* issue FileUtils commands directly in Rake tasksXavier Noria2016-04-111-5/+3
| | | | | Rake includes (an extended version of) FileUtils in tasks. It is more idiomatic that they use this provided interface.
* revises fileutils dependencies in railtiesXavier Noria2016-04-111-0/+2
| | | | | | With the exception of what is loaded in active_support/rails, each file is responsible for its own dependencies. You cannot rely on runtime order of execution.
* do not create unnecessary directoryyuuji.yaginuma2016-04-101-3/+1
| | | | | | This was added in a4c358f, but `config.assets` has been removed in 5172d93. Also, do not use env path to `Sprockets::Cache::FileStore` even `sprockets-rails`. ref: https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/railtie.rb#L129
* fix task description for tmp:createyuuji.yaginuma2015-01-251-1/+1
|
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-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 railtiesRobin Dupret2012-10-141-2/+2
|
* Assets cache shouldn't be shared between different environmentsGuillermo Iguaran2012-09-281-1/+3
|
* oops, should be directoryAaron Patterson2012-08-131-1/+1
|
* speed up cache directory creationAaron Patterson2012-08-131-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é Valim2011-07-121-2/+1
|
* assets.cache_store now defaults to filesystem. You will want to share ↵José Valim2011-07-121-1/+2
| | | | tmp/assets_cache between deploys.
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-091-5/+5
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+37