aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/locale
Commit message (Expand)AuthorAgeFilesLines
* Move the `validate!` method to `ActiveModel::Validations`.Lucas Mazza2015-02-201-0/+1
* Move required error message and changelog to Active RecordCarlos Antonio da Silva2015-02-011-2/+1
* Provide a better error message on :required associationHenrik Nygren2015-01-281-0/+1
* Add singular and plural form for some validation messagesAbd ar-Rahman Hamidi2014-05-021-3/+9
* Use :present as key for the absence validatior messageRafael Mendonça França2012-12-211-1/+1
* Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...Roberto Vasquez Angel2012-12-151-0/+1
* confirmation validation error attributeBrian Cardarella2012-04-231-1/+1
* added :other_than => :!= option to numericality validatorJakub Kuźma2011-12-211-0/+1
* Added headings to serializers.Rizwan Reza2010-06-141-1/+1
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-011-9/+9
* Fix validates_numericaly_of only integer error message [#4406 state:resolved]reu2010-04-251-0/+1
* Errors messages are now moved from :activerecord.errors to simply :errors on ...José Valim2010-01-071-25/+24
* Use activerecord.errors.format as in Rails 2.3.5.José Valim2010-01-021-0/+3
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-201-0/+24