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

7 commits

Author SHA1 Message Date
Kasper Timm Hansen
d54de0808c Share dev caching implementation between task and server.
Lets have the server and the Rake task go through the same ropes, so we can
share all the file lookup, adding, and deleting code.
2016-03-15 10:16:51 +01:00
Rafael Mendonça França
0d37f122fc ✂️ 2016-02-26 20:27:32 -03:00
Chashmeet Singh
7ce3ad1206 Create tmp folder if not present
All Apps may not have a tmp folder

Update dev.rake

Update dev.rake

Update dev.rake

Update dev.rake

Update dev.rake

Update dev.rake

Update dev.rake
2016-02-27 04:51:49 +05:30
Scott Bronson
ba2aea9807 revert dev:cache to rake task, fixes #23410 2016-02-07 14:32:43 -08:00
Chuck Callebs
2ddb599710 Add Rails command infrastructure and encapsulate development caching 2015-12-04 13:15:43 -05:00
Dharam Gollapudi
a950f032e3 Move the desc one level up
Make the task visible (from rake -T) by moving the desc one level up
2015-11-13 14:14:22 -08:00
Chuck Callebs
a01e58afd9 Add rake dev:cache task to enable dev mode caching.
Taken from @Sonopa's commits on PR #19091.

Add support for dev caching via "rails s" flags.

Implement suggestions from @kaspth.

Remove temporary cache file if server does not have flags.

Break at 80 characters in railties/CHANGELOG.md

Remove ability to disable cache based on server options.

Add more comprehensive options: --dev-caching / --no-dev-caching
2015-08-04 23:41:23 -04:00