aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test
Commit message (Expand)AuthorAgeFilesLines
...
* Ruby 1.9 compat: don't shadow local var with block argJeremy Kemper2008-11-221-1/+1
* Fix indentation mismatchesJeremy Kemper2008-11-222-56/+56
* Silence parens warningJeremy Kemper2008-11-071-1/+1
* Fixed that ActiveResource#post would post an empty string when it shouldn't b...David Heinemeier Hansson2008-10-301-0/+2
* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...Cody Fauser2008-10-071-0/+17
* ActiveResource can load array of strings, like serialize :bar, ArrayMatthew Moore2008-10-051-0/+24
* HTTP Accept headerEdgar J. Suarez2008-09-181-2/+10
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-314-15/+15
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-293-14/+25
* Clear prefix_parameters cache when setting prefixTarmo Tänav2008-08-231-0/+9
* Add ActiveResource::Base.find(:last). [#754 state:resolved]Adrian Mugnolo2008-08-221-46/+52
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-9/+13
* Fixes parsing deep nested resources from XML. [#380 state:resolved]Luis Hurtado2008-06-092-0/+51
* Rescue from Timeout::Error in ActiveResource::Connection.Cheah Chu Yeow2008-04-222-1/+22
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-222-0/+71
* Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]Jeremy Kemper2008-03-281-0/+35
* Fixed that to_param should be used and honored instead of hardcoding the id (...David Heinemeier Hansson2008-03-281-28/+106
* URI.decode site username/password. Closes #11169 [Ernesto Jimenez]Jeremy Kemper2008-02-192-0/+16
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-183-3/+184
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-092-0/+12
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-058-11/+11
* find_or_create_resource_for handles module nesting. Closes #10646.Jeremy Kemper2008-01-021-0/+35
* Allow setting ActiveResource::Base#format before #site. [rick]Rick Olson2007-12-281-0/+7
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-281-0/+34
* inherit from the new ActiveSupport::BlankSlate classRick Olson2007-12-281-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-182-5/+3
* Added more specific exceptions for 400, 401, and 403 (all descending from Cli...David Heinemeier Hansson2007-12-141-1/+10
* Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...Michael Koziarski2007-10-071-0/+7
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-3/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-026-18/+21
* Fix ARes tests under jruby. [tom.enebo@gmail.com]Michael Koziarski2007-09-241-1/+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-201-0/+42
* Raise ActiveResource::Redirection on 301,302 http codeTobias Lütke2007-08-091-3/+3
* Fixes that using a subclass of an ARes object would cache a connection object...Tobias Lütke2007-06-271-0/+30
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-221-0/+11
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-213-9/+14
* Fixed query methods on resources. [Cody Fauser]Tobias Lütke2007-06-081-0/+1
* pass the prefix_options to the instantiated record when using find without a ...Rick Olson2007-06-011-1/+9
* Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...Jeremy Kemper2007-05-261-0/+13
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-091-0/+4
* Make respond_to? work as expectedTobias Lütke2007-05-041-0/+8
* BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...David Heinemeier Hansson2007-05-012-14/+37
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-2/+2
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-292-0/+33
* 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-272-1/+16
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-261-1/+17
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-261-1/+1
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-262-1/+92