ensl.org/config/environment.rb
Luke Barratt 6b5f2a0854 Update travis config to cache bundler
Fallback to older rails I18n behaviour
Silence deprecation warnings, for now
Added code climate test reporter
Created CI deployment task
Added *all* the badges
2014-03-25 21:58:51 +00:00

7 lines
187 B
Ruby

require File.expand_path('../application', __FILE__)
require 'verification'
require 'exceptions'
require 'extra'
ActiveSupport::Deprecation.silenced = true
Ensl::Application.initialize!