Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 153 Bytes

Rails_Local-Cache.md

File metadata and controls

11 lines (9 loc) · 153 Bytes

Rails: Local Cache

# Turn on local cachine (data)
touch tmp/caching-dev.txt
# Turn off local caching 
rm tmp/caching-dev.txt