Flowdock
method

initialize_default_values

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::TestRequest
initialize_default_values() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/test_process.rb, line 144
      def initialize_default_values
        @host                    = "test.host"
        @request_uri             = "/"
        @user_agent              = "Rails Testing"
        self.remote_addr         = "0.0.0.0"
        @env["SERVER_PORT"]      = 80
        @env['REQUEST_METHOD']   = "GET"
      end
Register or log in to add new notes.