aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle either error string or arrayJeremy Kemper2009-02-061-1/+1
* 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
* Prefer tap to returningJeremy Kemper2009-02-061-6/+6
* Improve exception handling when Location header is invalid. [#1192 state:reso...Bob Aman2009-01-281-1/+1
* ActiveResource#eqls? and == should not take into account object identity and ...Rasik Pandey2009-01-281-2/+2
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-0/+8
* Benchmark.msJeremy Kemper2008-12-091-2/+2
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Make new_record? an alias of new? in ActiveResource to fix problem with route...miloops2008-12-021-0/+1
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-2/+2
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
* Fixed that ActiveResource#post would post an empty string when it shouldn't b...David Heinemeier Hansson2008-10-301-1/+1
* Should be 2.2.0 as wellDavid Heinemeier Hansson2008-10-231-1/+1
* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-072-1/+37
* ActiveResource can load array of strings, like serialize :bar, ArrayMatthew Moore2008-10-051-1/+2
* HTTP Accept headerEdgar J. Suarez2008-09-181-1/+1
* Merge docrailsPratik Naik2008-09-032-66/+58
* Some performance goodness for inheritable attributes.Clemens Kofler2008-09-031-2/+2
* More symbols for send and respond_to?.Clemens Kofler2008-09-031-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-312-3/+3
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-296-36/+53
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-10/+7
* Clear prefix_parameters cache when setting prefixTarmo Tänav2008-08-231-0/+3
* Add ActiveResource::Base.find(:last). [#754 state:resolved]Adrian Mugnolo2008-08-221-66/+71
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-8/+8
* Fixed problems with the logger used if the logging string included %'s [#840 ...David Heinemeier Hansson2008-08-151-1/+1
* Merge with docrails.Pratik Naik2008-07-163-14/+14
* Fixes parsing deep nested resources from XML. [#380 state:resolved]Luis Hurtado2008-06-091-1/+5
* Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes...David Heinemeier Hansson2008-06-021-1/+1
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+2
* Merge docrails.Pratik Naik2008-05-255-29/+100
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* Merge docrails:Pratik Naik2008-05-091-129/+103
* Improve documentation coverage and markupXavier Noria2008-05-022-7/+8
* Fixed response logging to use length instead of the entire thing (seangeo) [#...David Heinemeier Hansson2008-04-291-1/+1
* Rescue from Timeout::Error in ActiveResource::Connection.Cheah Chu Yeow2008-04-221-0/+10
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-222-4/+46
* Don't shadow attrs varJeremy Kemper2008-03-301-2/+2
* Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]Jeremy Kemper2008-03-281-0/+37
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-281-4/+4
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-192-4/+4
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-182-9/+87
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-093-3/+15
* Reference to :element option in documentation should be :member. Closes #1090...Marcel Molina2008-01-231-1/+1
* Fix small documentation typo. Closes #10670 [l.guidi]Rick Olson2008-01-021-1/+1
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-021-8/+17
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-281-1/+1
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-282-4/+4
* Document custom methods. Closes #10589.Jeremy Kemper2007-12-212-57/+85