aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base_errors_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-137/+0
* add handling for backwards-compatibility and update documentationMatt Jones2012-02-041-0/+30
* Merge remote-tracking branch 'odorcicd/fix_activeresource_json_errors' into c...Matt Jones2012-02-041-2/+2
|\
| * Fix ActiveResource JSON error parser and incorrect testsDenis Odorcic2011-09-161-2/+2
* | activeresource tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|/
* Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#...David Trasbo2010-06-261-1/+12
* Use format of ARes rather than content-type of remote errors to load errors.Jatinder Singh2010-01-271-0/+13
* Fix brittle content-type check. [#1956 state:committed]Jeremy Kemper2009-09-171-2/+2
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-191-0/+83