static private Method

Dispatcher.prepare_application

There's no documentation for this item.

Source Code

# File dispatcher.rb, line 103
def prepare_application
  if Dependencies.load?
    ActionController::Routing::Routes.reload
    self.preparation_callbacks_run = false
  end

  prepare_breakpoint
  require_dependency 'application' unless Object.const_defined?(:ApplicationController)
  ActiveRecord::Base.verify_active_connections! if defined?(ActiveRecord)
  run_preparation_callbacks
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.