aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib
Commit message (Expand)AuthorAgeFilesLines
* escaped otherwise autoquoted wordsXavier Noria2008-08-031-34/+34
* Merge commit 'mainstream/master'Pratik Naik2008-06-251-2/+6
|\
| * 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
* | Mass typo and misspelling fix.Evan Farrar2008-06-042-2/+2
* | Merge commit 'mainstream/master'Pratik Naik2008-06-021-2/+2
|\|
| * Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+2
* | Make a note about script/destroy in 'script/generate scaffold' usage descript...Cheah Chu Yeow2008-05-311-2/+2
* | update language and use proper fonts for method namesNick Plante2008-05-271-5/+5
* | fix spelling errorNick Plante2008-05-271-1/+1
* | Active Resource instance -> ActiveResource::Base instanceXavier Noria2008-05-281-2/+2
* | small fix in ActiveResource::Base docsXavier Noria2008-05-281-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
* Ruby 1.9 compatibilityJeremy Kemper2007-12-211-7/+6
* 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/+15
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-103-4/+15
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Don't cache net/http object so that ActiveResource is more thread-safe. Clos...Rick Olson2007-11-191-9/+6
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2
* Update XML documentation examples to include explicit type attributes. Closes...Marcel Molina2007-11-061-23/+23
* Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...Michael Koziarski2007-10-071-0/+5
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-023-16/+14
* Allow frameworks to be required by their gem name (closes #8845) [drnic]David Heinemeier Hansson2007-09-221-0/+1
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-207-28/+115
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-091-1/+8
* Fixes that using a subclass of an ARes object would cache a connection object...Tobias Lütke2007-06-271-3/+7
* Big documentation upgrade for ARes (closes #8694) [jeremymcanally]David Heinemeier Hansson2007-06-234-82/+637
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-221-1/+1
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-19/+6