aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/authorization_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* corrected some further tests and docs for the ARes change to json changeJosh Kalderimis2011-05-181-8/+8
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-44/+44
|
* Allow per Resource format settingsJacques Crocker2010-09-251-4/+8
| | | | | | | | | | Previously, ActiveResource was using the connection level formatter for get requests. This made it impossible to use custom formatters per resource. Additionally this commit makes the Connection request methods more consistent. It always returns a Response. The base will then decode it each the response using its format setting. Merging this commit will allow users to add custom formatters on a per Resource basis. This enables handling pagination responses from the server side, a very common use case that was previously impossible without monkeypatching XmlFormat. Signed-off-by: José Valim <jose.valim@gmail.com>
* Digest auth option for ActiveResource.pivotal2009-10-151-24/+146
| | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Moved all test cases into a new test/cases directory to match Active Record ↵taryn2009-08-191-0/+122
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>