aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename SchemaDefinition => SchemaJoshua Peek2009-12-201-24/+24
* define_schema for Active ResourceTaryn East2009-12-201-0/+409
* Reorganize autoloads:Carlhuda2009-12-021-3/+3
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Digest auth option for ActiveResource.pivotal2009-10-152-24/+152
* Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given incor...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
* Fix brittle content-type check. [#1956 state:committed]Jeremy Kemper2009-09-171-2/+2
* Fix failing ARes isolated testsJoshua Peek2009-09-052-1/+4
* Added first/last/all aliases for equivalent find scopestaryn2009-08-211-0/+38
* Added save! which raises ResourceInvalid unless valid?taryn2009-08-192-2/+14
* Swallow ResourceNotFound error on find_everytaryn2009-08-191-0/+13
* Pulled find-based tests into their own test case. This matches Active Record,...taryn2009-08-192-76/+182
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-199-0/+1774