aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/errors_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added test for obj.errors.as_jsonLawrence Pit2011-09-091-0/+11
* Add ability to get an individual full error message + test for full_messages.Lawrence Pit2011-09-091-2/+18
* add has_key? to ActiveModel::ErrorsDamien Mathieu2011-09-061-0/+6
* Handle the empty array correctly.thedarkone2011-07-271-0/+1
* implementing include? on AM::ErrorsAaron Patterson2011-02-091-0/+6
* fix difference between behaviour of blank and emptyHemant Kumar2011-01-051-0/+6
* ActiveModel::Errors.to_hash returns plain OrderedHash and used in to_json ser...Thilo Utke2010-12-011-0/+5
* Revert "Fix generation of wrong json string when field has multiple errors"José Valim2010-12-011-10/+0
* Fix generation of wrong json string when field has multiple errorsKrekoten' Marjan2010-12-011-0/+10
* adding test cases for ActiveModel::ErrorsNeeraj Singh2010-08-031-0/+65