aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation.Pratik Naik2008-04-051-0/+2
* Don't shadow attrs varJeremy Kemper2008-03-301-2/+2
* Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]Jeremy Kemper2008-03-282-0/+72
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-283-32/+112
* Improve documentation.Pratik Naik2008-03-261-0/+2
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-181-0/+2
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-194-4/+20
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-185-12/+271
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-096-3/+29
* Reference to :element option in documentation should be :member. Closes #1090...Marcel Molina2008-01-231-1/+1
* remove rubyforgepublisher, removed from rakeJeremy Kemper2008-01-071-1/+0
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-058-11/+11
* Fix small documentation typo. Closes #10670 [l.guidi]Rick Olson2008-01-022-1/+3
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-023-8/+54
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-283-1/+10
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-284-4/+40
* inherit from the new ActiveSupport::BlankSlate classRick Olson2007-12-281-1/+1
* Document custom methods. Closes #10589.Jeremy Kemper2007-12-213-57/+87
* Ruby 1.9 compatibilityJeremy Kemper2007-12-212-7/+11
* RubyGems 0.9.5 compat: always set the gem platformJeremy Kemper2007-12-191-0/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-182-5/+3
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-163-3/+3
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-143-1/+27
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-104-4/+20
* Make ready for 2.0.1David Heinemeier Hansson2007-12-073-3/+3
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-063-8/+5
* Prep for RC2David Heinemeier Hansson2007-11-293-2/+5
* Don't cache net/http object so that ActiveResource is more thread-safe. Clos...Rick Olson2007-11-192-9/+8
* Prepare versions for RC1David Heinemeier Hansson2007-11-092-3/+3
* Update XML documentation examples to include explicit type attributes. Closes...Marcel Molina2007-11-063-27/+29
* Update gem dependencies to match current versionsJeremy Kemper2007-10-141-1/+1
* Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...Michael Koziarski2007-10-072-0/+12
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-3/+1
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-2/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-029-34/+35
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-1/+1
* Fix ARes tests under jruby. [tom.enebo@gmail.com]Michael Koziarski2007-09-241-1/+1
* Allow frameworks to be required by their gem name (closes #8845) [drnic]David Heinemeier Hansson2007-09-221-0/+1
* Increase test coverage (closes #8699, #8700) [josh]David Heinemeier Hansson2007-09-212-11/+32
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-209-28/+182
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-092-4/+11
* Fixes that using a subclass of an ARes object would cache a connection object...Tobias Lütke2007-06-272-3/+37
* Big documentation upgrade for ARes (closes #8694) [jeremymcanally]David Heinemeier Hansson2007-06-235-189/+674
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-223-1/+14
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-214-28/+20
* Ensure that post and put requests pass in Content-Length to the server. Tobias Lütke2007-06-192-6/+6
* Remove ActiveResource::Struct because it hasn't proven very useful. Creating ...Jeremy Kemper2007-06-093-17/+2
* Fixed query methods on resources. [Cody Fauser]Tobias Lütke2007-06-083-1/+4
* pass the prefix_options to the instantiated record when using find without a ...Rick Olson2007-06-013-2/+12
* Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]Jeremy Kemper2007-05-281-0/+1