Michal Papis
2486e887de
Add validate numericality in range
2021-01-05 22:56:58 +01:00
Lucas Mazza
830b7041f2
Move the validate!
method to ActiveModel::Validations
.
2015-02-20 16:05:26 -02:00
Carlos Antonio da Silva
fdeef19833
Move required error message and changelog to Active Record
...
The new association error belongs to Active Record, not Active Model.
See #18700 for reference.
2015-02-01 10:31:54 -02:00
Henrik Nygren
9a6c6c6f09
Provide a better error message on :required association
...
Fixes #18696 .
2015-01-28 11:32:10 +02:00
Abd ar-Rahman Hamidi
6604ce63e8
Add singular and plural form for some validation messages
2014-05-02 18:32:11 +02:00
Rafael Mendonça França
ac6941fb71
Use :present as key for the absence validatior message
2012-12-21 17:10:16 -03:00
Roberto Vasquez Angel
d72a07f1d1
Add ActiveModel::Validations::AbsenceValidator
, a validator to check the absence of attributes.
...
Add `ActiveModel::Errors#add_on_present` method. Adds error messages to present attributes.
2012-12-15 16:27:44 -05:00
Brian Cardarella
fcc534ed76
confirmation validation error attribute
...
This will render the error message on :#{attribute}_confirmation instead
of on attribute itself. When rendering confirmation errors inline on the
form with form builders such as SimpleForm and Formtastic it is
confusing to the ender user to see the confirmation error message on the
attribute element. Instead it makes more sense to have this validation
error render on the confirmation field instead.
The i18n message has been updated for the confirmation validator error
message to include the original attribute name.
2012-04-23 17:16:05 -04:00
Jakub Kuźma
0fe311a7fc
added :other_than => :!= option to numericality validator
2011-12-21 10:54:44 +01:00
Rizwan Reza
e67c28dfe0
Added headings to serializers.
2010-06-14 13:59:55 +04:30
José Valim
13867a3f5f
Use %{} syntax in I18n (faster) instead of {{}}.
2010-05-01 12:54:52 +02:00
reu
77c099c231
Fix validates_numericaly_of only integer error message [ #4406 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-25 10:14:15 +02:00
José Valim
190ce3ab37
Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files.
2010-01-07 15:31:49 +01:00
José Valim
7cc0a4cfa1
Use activerecord.errors.format as in Rails 2.3.5.
2010-01-02 22:27:02 +01:00
Pratik Naik
08a99d0eac
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
2009-03-20 21:45:13 +00:00