aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/http_mock.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* Prefer each instead of for in activeresourceGuillermo Iguaran2011-05-231-1/+1
* corrected some further tests and docs for the ARes change to json changeJosh Kalderimis2011-05-181-23/+23
* Added some docs on ActiveResource::HttpMockSebastian Martinez2011-05-011-0/+4
* Remove extra whitespaces.Sebastian Martinez2011-05-011-5/+5
* 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-3/+14
* - update documentationGaston Ramos2010-10-071-0/+9
* - Fix ActiveResource::HttpMock.respond_to replace the responseGaston Ramos2010-10-071-19/+28
* Adding option to ActiveResource to allow you to not reset the previously stor...Mikel Lindsaar2010-08-291-2/+38
* Updating documentation on ActiveResource HTTP Mock and also adding test coverageMikel Lindsaar2010-08-291-3/+37
* Make ActiveResource::InvalidRequestError more user friendlyMikel Lindsaar2010-08-251-2/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* adds missing requires for Object#tryXavier Noria2010-08-091-1/+5
* Fix bug where ActiveResource::HttpMock would overwrite Accept/Content-Type he...Elomar França2010-06-241-2/+14
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* Setup ActiveResource autoloadsJoshua Peek2009-06-081-1/+0
* Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-061-1/+6
* Fix example and exception messageJeremy Kemper2009-02-061-2/+2
* Work around mock request hashing problem on 1.9 and jrubyJeremy Kemper2009-02-061-42/+24
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-0/+8
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Merge docrails.Pratik Naik2008-05-251-3/+74
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-2/+2
* Ruby 1.9 compatibilityJeremy Kemper2007-12-211-7/+6
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-101-2/+13
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-1/+6
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-0/+8
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-1/+1
* Mega documentation patches. #7025, #7069 [rwdaigle]Rick Olson2007-01-161-1/+1
* HttpMock InvalidRequestError inspects the mismatched requestJeremy Kemper2006-12-211-2/+2
* move http_mock to lib so others can use it in their Ares testsJeremy Kemper2006-12-211-0/+123