aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/http_mock_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-202/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-2/+2
* corrected some further tests and docs for the ARes change to json changeJosh Kalderimis2011-05-181-28/+28
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Fixed a bug where ActiveResource::HttpMock would not replace an existing resp...Josh Bassett2011-02-091-2/+25
* - ActiveResource::HttpMock.respond_toGaston Ramos2010-10-071-1/+14
* - Fix ActiveResource::HttpMock.respond_to replace the responseGaston Ramos2010-10-071-4/+19
* Adding option to ActiveResource to allow you to not reset the previously stor...Mikel Lindsaar2010-08-291-1/+41
* Updating documentation on ActiveResource HTTP Mock and also adding test coverageMikel Lindsaar2010-08-291-0/+28
* Make ActiveResource::InvalidRequestError more user friendlyMikel Lindsaar2010-08-251-0/+11
* Fix bug where ActiveResource::HttpMock would overwrite Accept/Content-Type he...Elomar França2010-06-241-0/+71