aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-263-0/+24
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-093-2/+11
* Make respond_to? work as expectedTobias Lütke2007-05-042-0/+28
* Try the class itself if the ancestor doesnt have anythingDavid Heinemeier Hansson2007-05-021-2/+6
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-014-44/+95
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-294-19/+19
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-296-24/+70
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-1/+0
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-274-8/+36
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-263-5/+47
* Added load_attributes_from_response as a way of loading attributes from other...David Heinemeier Hansson2007-04-262-4/+18
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-262-3/+6
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-267-1/+212
* dont bother merging in prefix_optionsRick Olson2007-04-241-1/+1
* why oh why do i always forget to save the changelogRick Olson2007-04-241-1/+1
* Remove explicit prefix_options parameter for ActiveResource::Base#initialize....Rick Olson2007-04-243-24/+98
* Dont insert search parameters into the objectDavid Heinemeier Hansson2007-04-231-1/+1
* Only include relevant filesDavid Heinemeier Hansson2007-04-231-4/+2
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-232-12/+8
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-196-19/+38
* Allow array and hash query parameters. Closes #7756.Jeremy Kemper2007-03-113-19/+8
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Squash test warnings.Jeremy Kemper2007-01-242-28/+32