aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Support include_root_in_json for ActiveResource properly.Xinjiang Lu2013-05-151-1/+1
* Make sure TimeoutError is loaded.Yury Velikanau2012-05-101-1/+0
* Revert "Implement ArraySerializer and move old serialization API to a new nam...José Valim2011-11-301-2/+2
* fix deprecation warnings in activeresourcelest2011-11-301-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-10-141-0/+8
|\
| * improved ActiveResource's .element_path and .new_element_path methods documen...Diego Carrion2011-10-131-0/+8
* | Treat 303 See Other as a redirect response, tooJeremy Kemper2011-10-111-2/+2
* | activeresource should treat HTTP status 307 as redirection, same as 301 and 3...Jim Herzberg2011-10-111-2/+2
|/
* Provide read_attribute_for_serialization as the API to serialize attributes.José Valim2011-09-301-0/+4
* Merge pull request #2678 from jmileham/ares_content_length_bugJon Leighton2011-09-121-1/+9
|\
| * ActiveResource shouldn't rely on the presence of Content-LengthJohn Mileham2011-09-111-1/+9
* | Do not use objects that don't respond to to_sym (integers, floats, dates...) ...Marc G Gauthier2011-09-011-1/+1
* | Do not try to use as a parameter elements that are not acceptableMarc G Gauthier2011-08-191-1/+1
|/
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* Corrected some typos and American vs. Queen's English issuesLee Reilly2011-05-291-1/+1
* attr_accessor_with_default is deprecated, so lets not use it in ActiveResourceJosh Kalderimis2011-05-211-4/+16
* corrected some further tests and docs for the ARes change to json changeJosh Kalderimis2011-05-181-36/+36
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-5/+12
* Optimize ActiveResource::Base.new(attributes)Chris Griego2011-05-011-15/+24
* Active Resource typos.R.T. Lechow2011-03-051-2/+2
* make the example code a bit more accurateAkira Matsuda2011-01-291-1/+1
* Fix indentationAkira Matsuda2011-01-291-1/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-3/+5
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-10/+7
* Fix broken module namespacing in ActiveResource with Ruby 1.9 [#5699 state:re...Matthijs Langenberg2010-09-271-4/+6
* - update exceptions documentationGaston Ramos2010-09-271-0/+11
* - check prefix options in collection_pathGaston Ramos2010-09-271-0/+1
* - refactoring, move prefix_options check to a custom methodGaston Ramos2010-09-271-5/+9
* - elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre...Gaston Ramos2010-09-271-0/+6
* Allow per Resource format settingsJacques Crocker2010-09-251-5/+5
* Allow ActiveResource to work with non-generated ids [#5660 state:resolved]Jacques Crocker2010-09-251-4/+6
* No need to use inject here.Emilio Tagua2010-09-221-4/+1
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* make sure a Content-Length header exists and that the response.body is not ni...Mike Abner2010-09-181-1/+1
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-4/+4
* fix broken relative links [#5415 state:committed]Joost Baaij2010-08-241-1/+1
* fix loading of different elements in array then int and string [#5036 state:r...Josef Reidinger2010-08-021-3/+3
* fix escaping id and parameters in path [#5137 state:resolved]Josef Reidinger2010-07-261-2/+2
* Object#returning removedSantiago Pastorino2010-07-251-1/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-2/+2
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* | There is no type="array" returned with errors. [#3691:resolved]Ryan Bigg2010-06-121-1/+1
|/
* Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...Elomar França2010-05-261-5/+1
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-6/+7
* ActiveResource shouldn't consider modules in the pathSantiago Pastorino2010-05-151-16/+2
* Fixes to_json and to_xml for ActiveResourceSantiago Pastorino2010-05-121-6/+15
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-4/+15
* Reuse Active Model serialization in Active Resource. [#2584 state:committed]Santiago Pastorino2010-04-261-63/+3
* Revert "create option to include_root_in_json for ActiveResource [#2584 state...Jeremy Kemper2010-04-251-9/+0