aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/authorization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-191-122/+0
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-4/+4
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-8/+8
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-191-0/+9
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-181-0/+32
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-4/+3
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+4
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-2/+2
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-0/+82