We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0449cc1 + 0612272 commit 22a45acCopy full SHA for 22a45ac
config/environments/development.rb
@@ -18,4 +18,9 @@
18
# Log the query plan for queries taking more than this (works
19
# with SQLite, MySQL, and PostgreSQL)
20
config.active_record.auto_explain_threshold_in_seconds = 0.5
21
+
22
+ # Move cache dir's out of vagrant NFS directory
23
+ config.cache_store = [:file_store,"/tmp/codewall-cache/"]
24
+ config.assets.cache_store = [:file_store,"/tmp/codewall-cache/assets/"]
25
+ Rails.application.config.sass.cache_location = "/tmp/codewall-cache/sass/"
26
end
0 commit comments