Flowdock
method

xml_http_request

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionDispatch::Integration::RequestHelpers

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

xml_http_request(request_method, path, *args) public

Performs an XMLHttpRequest request with the given parameters, mirroring an AJAX request made from JavaScript.

The request_method is :get, :post, :patch, :put, :delete or :head; the parameters are nil, a hash, or a url-encoded or multipart string; the headers are a hash.

Example:

xhr :get, '/feed', params: { since: 201501011400 }
Show source
Register or log in to add new notes.