class AbstractRequest
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3CgiRequest and TestRequest provide concrete implementations.
Inherits from
Extends
Constants
Attributes
Methods (defined here)
- # accepts
- # body
- # cache_format
- # content_length
- # content_type
- # content_type_without_parameters
- # content_type_with_parameters
- # delete?
- # domain
- # etag_matches?
- # format
- # format=
- # fresh?
- # get?
- # head?
- # headers
- # host
- # host_with_port
- # if_modified_since
- # if_none_match
- # method
- # not_modified?
- # parameters
- # path
- # path_parameters
- # port
- # port_string
- # post?
- # protocol
- # put?
- # query_parameters
- # query_string
- # raw_host_with_port
- # raw_post
- # referer
- # referrer
- # relative_url_root
- # remote_addr
- # remote_ip
- # request_method
- # request_parameters
- # request_uri
- # server_software
- # ssl?
- # standard_port
- # subdomains
- # symbolized_path_parameters
- # template_format
- # url
- # xhr?
- # xml_http_request?
- self. clean_up_ajax_request_body!
- self. extract_content_type_without_parameters
- self. extract_multipart_boundary
- self. parse_multipart_form_parameters
- self. parse_query_parameters
- self. parse_request_parameters
- self. relative_url_root=
Private methods
(5)
Implementation detail — not part of the public API.
Methods (inherited)
From ActiveSupport::Memoizable (1)
- # memoize
From Object (32)
- # acts_like?
- # app
- # blank?
- # class_eval
- # create
- # create_fixtures
- # duplicable?
- # edit
- # find_cmd
- # helper
- # index
- # instance_exec
- # instance_variable_defined?
- # instance_variable_names
- # message
- # metaclass
- # new_session
- # present?
- # reload!
- # returning
- # start_debugger
- # tail
- # to_json
- # to_param
- # to_query
- # unescape
- # update
- # with_options
- self. blank_slate_method_added
- self. find_hidden_method
- self. lookup_missing_generator
- self. method_added
From ActionController::Caching (3)
- # cache
- self. cache_configured?
- self. cache_store=
From ActionController::Cookies (2)
From ActionController::Flash (1)
- self. included
From ActionController::RecordIdentifier (5)
From ActionController::Rescue (7)
From ActionController::Streaming (2)
From ActionController::Translation (4)
From ActiveRecord::Callbacks (14)
From ActiveRecord::Dirty (4)
From ActiveRecord::Locking::Pessimistic (1)
- # lock!
From ActiveRecord::NamedScope (1)
- self. included
From ActiveRecord::Transactions (4)
From ActiveRecord::Validations (7)
From ActiveRecord::NamedScope::ClassMethods (2)
- # named_scope
- # scopes