aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2008-09-031-37/+43
* Some performance goodness for inheritable attributes.Clemens Kofler2008-09-031-2/+2
* More symbols for send and respond_to?.Clemens Kofler2008-09-031-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-4/+9
* Clear prefix_parameters cache when setting prefixTarmo Tänav2008-08-231-0/+3
* Add ActiveResource::Base.find(:last). [#754 state:resolved]Adrian Mugnolo2008-08-221-66/+71
* Merge with docrails.Pratik Naik2008-07-161-11/+11
* 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
* Merge docrails.Pratik Naik2008-05-251-16/+16
* Merge docrails:Pratik Naik2008-05-091-129/+103
* Improve documentation coverage and markupXavier Noria2008-05-021-5/+6
* Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...Cheah Chu Yeow2008-04-221-1/+37
* 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-191-2/+2
* Add user and password configuration options to ActiveResource::Base, not all...Michael Koziarski2008-02-181-6/+71
* Use HEAD instead of GET inside exists? Closes #11062 [bscofield]Michael Koziarski2008-02-091-1/+7
* 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
* Document custom methods. Closes #10589.Jeremy Kemper2007-12-211-16/+30
* Correct empty response handling. Closes #10445.Jeremy Kemper2007-12-101-1/+1
* 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-021-2/+2
* Added ActiveResource.format= which defaults to :xml but can also be set to :j...David Heinemeier Hansson2007-09-201-6/+28
* 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-231-47/+464
* Fix reload error when path prefix is used. Closes #8727.Jeremy Kemper2007-06-221-1/+1
* Fixed query methods on resources. [Cody Fauser]Tobias Lütke2007-06-081-1/+1
* pass the prefix_options to the instantiated record when using find without a ...Rick Olson2007-06-011-1/+1
* Handle string and symbol param keys when splitting params into prefix params ...Rick Olson2007-05-091-2/+3
* Make respond_to? work as expectedTobias Lütke2007-05-041-0/+20
* 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-011-29/+49
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-7/+7
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-5/+9
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-271-7/+14
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-261-4/+15
* Added load_attributes_from_response as a way of loading attributes from other...David Heinemeier Hansson2007-04-261-4/+7
* The find should instantiate real objects, not return hashesDavid Heinemeier Hansson2007-04-261-2/+5
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-0/+1
* dont bother merging in prefix_optionsRick Olson2007-04-241-1/+1
* Remove explicit prefix_options parameter for ActiveResource::Base#initialize....Rick Olson2007-04-241-20/+67
* Dont insert search parameters into the objectDavid Heinemeier Hansson2007-04-231-1/+1
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-5/+14
* Allow array and hash query parameters. Closes #7756.Jeremy Kemper2007-03-111-17/+1