before_filters() Instance Public methods
rescue_action_without_handler(e) Instance Protected methods
xml_http_request(request_method, action, parameters = nil, session = nil, flash = nil) Instance Public methods Also aliased as: xhr
xhr(request_method, action, parameters = nil, session = nil, flash = nil) Instance Public methods Alias for: xml_http_request
setup_controller_request_and_response() Instance Public methods
put(action, *args) Instance Public methods Simulate a PUT request with the given parameters and set/volley the response. See get for more details.
process(action, http_method = 'GET', *args) Instance Public methods
post(action, *args) Instance Public methods Simulate a POST request with the given parameters and set/volley the response. See get for more details.
patch(action, *args) Instance Public methods Simulate a PATCH request with the given parameters and set/volley the response. See get for more details.
paramify_values(hash_or_array_or_value) Instance Public methods
Page 373 of 2275