aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/base_errors_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-137/+0
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* add handling for backwards-compatibility and update documentationMatt Jones2012-02-041-0/+30
|
* Merge remote-tracking branch 'odorcicd/fix_activeresource_json_errors' into ↵Matt Jones2012-02-041-2/+2
|\ | | | | | | compatible_json_errors
| * 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
| | | | | | [#3650 state:commited] Signed-off-by: José Valim <jose.valim@gmail.com>
* Use format of ARes rather than content-type of remote errors to load errors.Jatinder Singh2010-01-271-0/+13
| | | | | | [#1956 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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 ↵taryn2009-08-191-0/+83
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>