Created
December 13, 2016 23:06
Revisions
-
kml created this gist
Dec 13, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ # encoding: utf-8 # config/initializers/torquebox-backstage.rb # WARN: tilt autoloading 'tilt/haml' in a non thread-safe way; explicit require 'tilt/haml' suggested. # WARN: tilt autoloading 'tilt/sass' in a non thread-safe way; explicit require 'tilt/sass' suggested. require "tilt/haml" require "tilt/sass" # https://github.com/rails/rails/issues/15843 Backstage::Application.disable(:sessions) Rails.configuration.middleware.delete(Rack::Webconsole)