Skip to content

Instantly share code, notes, and snippets.

@kml
Created December 13, 2016 23:06
Show Gist options
  • Save kml/834f81f8b05ecff2113ef7b78504fd1a to your computer and use it in GitHub Desktop.
Save kml/834f81f8b05ecff2113ef7b78504fd1a to your computer and use it in GitHub Desktop.
# 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