Created
December 13, 2016 23:06
-
-
Save kml/834f81f8b05ecff2113ef7b78504fd1a to your computer and use it in GitHub Desktop.
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 characters
# 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment