Drop Rails3 support

This commit is contained in:
Stephan Kaag
2014-02-17 17:44:28 +01:00
parent 48ac29ae5d
commit f12925887c
27 changed files with 185 additions and 1522 deletions

View File

@ -1,7 +1,7 @@
Discourse::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
config.eager_load = true if rails4?
config.eager_load = true
# Code is not reloaded between requests
config.cache_classes = true