Fixed configs found during running 'rails server'

This commit is contained in:
Al Snow
2015-04-09 15:23:40 -04:00
parent e63a603017
commit 10014e1378
3 changed files with 6 additions and 21 deletions
-4
View File
@@ -74,10 +74,6 @@ Railsgoat::Application.configure do
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
# For Rails 4.0+: Eager load code on boot. This eager loads most of
# Rails and your application in memory, allowing both thread web
# servers and those relying on copy on write to perform better.