aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* create option to include_root_in_json for ActiveResource [#2584 state:committed]Santiago Pastorino2010-04-051-0/+9
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+1
* Makes ActiveResource work with form_for: - Adds a `build' method that can be ...Gaël Deest2010-03-271-0/+49
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-041-2/+141
|\
| * All ARes modules are safe to deferJoshua Peek2009-12-221-0/+3
| * Use instance_eval for schema blockJoshua Peek2009-12-201-9/+9
| * Rename define_schema => schemaJoshua Peek2009-12-201-23/+20
| * Rename SchemaDefinition => SchemaJoshua Peek2009-12-201-8/+7
| * define_schema for Active ResourceTaryn East2009-12-201-2/+142
* | Merge remote branch 'mainstream/master'Pratik Naik2009-11-171-16/+36
|\|
| * Ruby 1.9.2: URI.parse and .decode are deprecatedJeremy Kemper2009-11-091-4/+8
| * Remove reliance on string access core extensionJeremy Kemper2009-11-091-12/+15
| * Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-0/+1