aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Add support for errors in JSON format.Fabien Jakimowicz2009-08-091-0/+2
* Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...Jordan Brough2009-08-091-0/+2
* Add ability to set SSL options on ARes connections.Roy Nicholson2009-08-091-0/+2
* HTTP proxy supportMarshall Huss2009-08-081-0/+5
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-7/+2
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
* So it didnt happen yesterday, but very soon! Just need the final details iron...David Heinemeier Hansson2009-02-281-1/+1
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-0/+5
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-0/+5
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-21/+21
* 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-0/+5
* Update CHANGELOGs with the last few fixes, set date for todayDavid Heinemeier Hansson2008-10-241-1/+1
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-071-0/+2
* Add ActiveResource::Base.find(:last). [#754 state:resolved]Adrian Mugnolo2008-08-221-0/+2
* Fixed problems with the logger used if the logging string included %'s [#840 ...David Heinemeier Hansson2008-08-151-0/+2
* Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes...David Heinemeier Hansson2008-06-021-0/+5
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-1/+1
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* Fixed response logging to use length instead of the entire thing (seangeo) [#...David Heinemeier Hansson2008-04-291-0/+2
* Fix more typos and changelogPratik Naik2008-04-051-2/+0
* Improve documentation.Pratik Naik2008-04-051-0/+2
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-281-0/+2
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-0/+2
* Fix small documentation typo. Closes #10670 [l.guidi]Rick Olson2008-01-021-0/+2
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-021-0/+2
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-281-0/+2
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-281-0/+2
* Document custom methods. Closes #10589.Jeremy Kemper2007-12-211-0/+2
* Ruby 1.9 compatibilityJeremy Kemper2007-12-211-0/+5
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-141-0/+2
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-101-0/+5
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-4/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-0/+3
* Don't cache net/http object so that ActiveResource is more thread-safe. Clos...Rick Olson2007-11-191-0/+2
* Update XML documentation examples to include explicit type attributes. Closes...Marcel Molina2007-11-061-0/+2
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-1/+1
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-0/+25
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-221-0/+2
* Remove ActiveResource::Struct because it hasn't proven very useful. Creating ...Jeremy Kemper2007-06-091-0/+2
* Fixed query methods on resources. [Cody Fauser]Tobias Lütke2007-06-081-0/+2
* pass the prefix_options to the instantiated record when using find without a ...Rick Olson2007-06-011-0/+2
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-261-0/+2
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-091-0/+4
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-011-1/+9
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-1/+1