aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/authorization_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-251/+0
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* Split Basic and Digest authorization testsJeremy Kemper2012-01-211-82/+79
|
* activeresource tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-8/+8
|
* Fixed digest authentication for requests with a query string [#3158]Colin Shield & Ian Lesperance2011-09-281-0/+6
|
* 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>