aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 failing specYehuda Katz2010-02-081-0/+5
* method_missing errors on activeresource tests, mocha is not required thereSantiago Pastorino2010-02-051-0/+1
* Reorganize autoloads:Carlhuda2009-12-021-3/+3
* Digest auth option for ActiveResource.pivotal2009-10-151-0/+6
* Cleanup whitespace introduced in 8377646 and f4f6888Joshua Peek2009-10-021-4/+4
* add indifferent access to the attributesTaryn East2009-10-021-0/+15
* update_attribute(s) added to Active ResourceTaryn East2009-10-021-2/+51
* Added save! which raises ResourceInvalid unless valid?taryn2009-08-191-1/+7
* Pulled find-based tests into their own test case. This matches Active Record,...taryn2009-08-191-76/+0
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-191-0/+1039