Fix local follows, 404 in logs
This commit is contained in:
parent
0f4bc56719
commit
509c18eb13
7 changed files with 28 additions and 11 deletions
|
@ -10,7 +10,7 @@ Rails.application.configure do
|
|||
config.eager_load = false
|
||||
|
||||
# Show full error reports.
|
||||
config.consider_all_requests_local= true
|
||||
config.consider_all_requests_local = true
|
||||
|
||||
# Enable/disable caching. By default caching is disabled.
|
||||
if Rails.root.join('tmp/caching-dev.txt').exist?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue