diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-02-02 18:55:02 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2016-02-02 18:55:33 -0700 |
commit | 522099a13ffea611dfb37d4d22da62eb8cb81c12 (patch) | |
tree | 7a8945fe076caccb10a77d397881170f170a93ed | |
parent | 4ffdc87e444c89ff3ec4ecd0c408c0371951ba4a (diff) | |
download | rails-522099a13ffea611dfb37d4d22da62eb8cb81c12.tar.gz rails-522099a13ffea611dfb37d4d22da62eb8cb81c12.tar.bz2 rails-522099a13ffea611dfb37d4d22da62eb8cb81c12.zip |
Sleep well, sweet prince
Prototype, you have served us well. But you are no longer how we make an
XMLHttpRequest. RIP
-rw-r--r-- | actionpack/lib/action_dispatch/testing/integration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index 711ca10419..6f51accee7 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -71,7 +71,7 @@ module ActionDispatch end # Performs an XMLHttpRequest request with the given parameters, mirroring - # a request from the Prototype library. + # 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 |