diff --git a/lib/app.rb b/lib/app.rb index 3317efcc..6c15cb9f 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -40,6 +40,7 @@ class App < Sinatra::Application configure :development do register Sinatra::Reloader + require 'active_support/per_thread_registry' require 'active_support/cache' sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets')