aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/errors.rb
Commit message (Expand)AuthorAgeFilesLines
* errors.rb needs to be declared as UTF-8 [#3941 state:resolved]Aaron Patterson2010-04-021-0/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-1/+2
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-0/+107
* Drop AR I18n deprecation and simple use errors.messages as fallback.José Valim2010-01-301-7/+14
* Adding Proc support to validation messages so that they can become a little m...Samuel Elliott2010-01-171-0/+2
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-3/+2
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-3/+3
* Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...José Valim2010-01-021-2/+3
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-10/+9
* Fix typo.Brian Donovan2009-09-171-1/+1
* Ensure validation errors to be ordered in declared orderAkira Matsuda2009-09-111-1/+2
* Use send instead of instance_evalPratik Naik2009-08-061-3/+3
* Allow validations to use values from custom readers [#2936 state:resolved]James Hill2009-08-051-3/+3
* Simplify AMo validation attribute readerJoshua Peek2009-06-171-3/+3
* each yields per message not per attributeJeremy Kemper2009-06-081-0/+1
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-7/+9
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-1/+2
|\
* | Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-34/+22
* | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-191-1/+6
* | Move all the Active Record validations to Active ModelPratik Naik2009-03-191-39/+121
|/
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Something more to work withDavid Heinemeier Hansson2008-03-311-0/+80