aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/development.rb
blob: b8d460075969bb77cc4cddbd1751339b63954a31 (plain) (blame)
1
2
3
4
5
ActionController::Base.consider_all_requests_local = true
ActionController::Base.reload_dependencies         = true
ActiveRecord::Base.reload_associations             = true

BREAKPOINT_SERVER_PORT = 42531