aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/development.rb
blob: aab4562a51ac6842e1364f2ebd5eba620e4e5c37 (plain) (blame)
1
2
3
4
5
6
require 'active_support/whiny_nil'

Dependencies.mechanism                             = :load
ActionController::Base.consider_all_requests_local = true
ActionController::Base.perform_caching             = false
BREAKPOINT_SERVER_PORT = 42531