Make open source

This commit is contained in:
John Lees-Miller
2018-10-27 16:46:26 +01:00
commit 6e82ba528b
163 changed files with 3912 additions and 0 deletions

8
config.ru Normal file
View File

@ -0,0 +1,8 @@
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
require_relative 'lib/rack/x_robots_tag'
use Rack::XRobotsTag
use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST']
run Rails.application