aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases
Commit message (Expand)AuthorAgeFilesLines
* - check prefix options in collection_pathGaston Ramos2010-09-271-1/+7
* - better name for prefix param test caseGaston Ramos2010-09-271-1/+1
* - elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre...Gaston Ramos2010-09-272-1/+9
* Fix active_resource assertions.José Valim2010-09-251-2/+2
* Allow per Resource format settingsJacques Crocker2010-09-251-4/+8
* Allow ActiveResource to work with non-generated ids [#5660 state:resolved]Jacques Crocker2010-09-252-1/+50
* resolves rdoc conflictXavier Noria2010-09-231-1/+1
|\
| * Tiny fixes to rdocAlexey Mahotkin2010-09-161-1/+1
* | test for #5038Neeraj Singh2010-09-181-0/+8
* | Refactor setup methods by extracting them in abstract_unit, remove TODO.Emilio Tagua2010-09-173-237/+5
* | Remove TODO and support all expected attributes.Emilio Tagua2010-09-171-10/+46
|/
* Remove all deprecation warnings in activeresourceCarlos Antonio da Silva2010-09-061-8/+0
* ActiveModel#to_xml fix (renamed parameter).Andreas Garnæs2010-09-021-0/+6
* Adding option to ActiveResource to allow you to not reset the previously stor...Mikel Lindsaar2010-08-291-1/+41
* Updating documentation on ActiveResource HTTP Mock and also adding test coverageMikel Lindsaar2010-08-291-0/+28
* Make ActiveResource::InvalidRequestError more user friendlyMikel Lindsaar2010-08-251-0/+11
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-6/+6
* fix loading of different elements in array then int and string [#5036 state:r...Josef Reidinger2010-08-021-0/+12
* fix escaping id and parameters in path [#5137 state:resolved]Josef Reidinger2010-07-261-0/+1
* These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-1/+2
* Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#...David Trasbo2010-06-261-1/+12
* Fix bug where ActiveResource::HttpMock would overwrite Accept/Content-Type he...Elomar França2010-06-241-0/+71
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+4
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-142-2/+2
* Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ...Elomar França2010-05-261-0/+7
* Replace assert with assert_equal in some test casesNeeraj Singh2010-05-211-3/+3
* Final iteration of use better testing methodsNeeraj Singh2010-05-192-11/+11
* assert should be replaced with assert_equal in a particular test caseNeeraj Singh2010-05-181-1/+1
* ActiveResource shouldn't consider modules in the pathSantiago Pastorino2010-05-151-0/+5
* Make ActiveResource serialize XML correctly when element_name is set.Santiago Pastorino2010-05-121-0/+36
* Make use of to_xml and to_json in testsSantiago Pastorino2010-05-121-2/+7
* Reuse Active Model serialization in Active Resource. [#2584 state:committed]Santiago Pastorino2010-04-261-6/+22
* Revert "create option to include_root_in_json for ActiveResource [#2584 state...Jeremy Kemper2010-04-251-23/+6
* Make this test pass on > 1.9Santiago Pastorino2010-04-191-1/+5
* create option to include_root_in_json for ActiveResource [#2584 state:committed]Santiago Pastorino2010-04-051-6/+19
* Fix active_resource testsCarl Lerche2010-03-021-2/+3
* no more warning ambiguous first argument; put parentheses or even spaces on l...Santiago Pastorino2010-02-261-2/+2
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+1
* Merge master.José Valim2010-02-171-1/+5
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+5
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-5/+5
|/
* Fix failing specYehuda Katz2010-02-082-1/+7
* method_missing errors on activeresource tests, mocha is not required thereSantiago Pastorino2010-02-051-0/+1
* Use format of ARes rather than content-type of remote errors to load errors.Jatinder Singh2010-01-271-0/+13
* Default to sync instrumentation.José Valim2010-01-211-11/+2
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-0/+13
* Add notifications to ActiveResource.José Valim2010-01-141-0/+39
* Fix new schema test dependency on Hash#to_xmlJeremy Kemper2009-12-231-0/+1
* Use instance_eval for schema blockJoshua Peek2009-12-201-46/+56
* Rename define_schema => schemaJoshua Peek2009-12-201-18/+18