aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/connection_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Treat 303 See Other as a redirect response, tooJeremy Kemper2011-10-111-3/+13
|
* activeresource should treat HTTP status 307 as redirection, same as 301 and ↵Jim Herzberg2011-10-111-0/+9
| | | | 302; added missing test cases for statii 301 and 302.
* corrected some further tests and docs for the ARes change to json changeJosh Kalderimis2011-05-181-1/+1
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-43/+43
|
* move the ARes conn test to the correct locationJosh Kalderimis2011-05-181-0/+257