aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test
Commit message (Expand)AuthorAgeFilesLines
* 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-152-0/+10
* 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
* added require abstract_unit on setter_trap.rbSebastian Martinez2010-03-181-0/+2
* Fix active_resource testsCarl Lerche2010-03-021-2/+3
* correct activeresource load pathJoshua Peek2010-02-281-1/+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-232-8/+3
* Merge master.José Valim2010-02-172-3/+9
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-152-3/+9
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-5/+5
|/
* Fix isolated test fail due to missing mochaJeremy Kemper2010-02-101-0/+1
* Fix failing specYehuda Katz2010-02-082-1/+7
* method_missing errors on activeresource tests, mocha is not required thereSantiago Pastorino2010-02-051-0/+1
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-7/+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
* Autoload AMo test caseJoshua Peek2010-01-041-1/+0
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* 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
* Rename SchemaDefinition => SchemaJoshua Peek2009-12-201-24/+24
* define_schema for Active ResourceTaryn East2009-12-201-0/+409
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+3
* Reorganize autoloads:Carlhuda2009-12-022-3/+4
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-2/+8
* Fix testsJeremy Kemper2009-10-141-0/+1
* Digest auth option for ActiveResource.pivotal2009-10-153-24/+167
* Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given incor...Chad Woolley2009-10-081-1/+1
* Ruby 1.9: Fix ActiveResource::ConnectionError#to_s when @response does not re...Chad Woolley2009-10-081-1/+1
* Cleanup whitespace introduced in 8377646 and f4f6888Joshua Peek2009-10-022-20/+13
* add indifferent access to the attributesTaryn East2009-10-022-0/+28
* update_attribute(s) added to Active ResourceTaryn East2009-10-021-2/+51