mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 18:10:15 +01:00
fix updating dependency trees when changin a name. Including invalidating cache when
necessary
This commit is contained in:
parent
1d359b22d4
commit
1a82f68d4b
5 changed files with 23 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ Tracksapp::Application.configure do
|
|||
|
||||
# Show full error reports and disable caching
|
||||
config.consider_all_requests_local = true
|
||||
config.action_controller.perform_caching = false
|
||||
config.action_controller.perform_caching = true
|
||||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue