1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model
Yves Senn 4cc5917dce docs, clarify the meanaing of return values from validation methods.
[ci skip]

Closes #20792.

Custom validation methods are implemented in terms of
callbacks. The `validate` callback chain can't be halted using return
values of individual callbacks.
2015-07-07 14:39:58 +02:00
..
locale Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
serializers Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
validations Separate the constraint and other options [ci skip] 2015-07-01 16:20:07 +02:00
attribute_assignment.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
attribute_methods.rb formatting changes 2015-05-29 16:27:23 -04:00
callbacks.rb Fix description for AM::Callbacks 2015-01-31 11:59:02 +05:30
conversion.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
dirty.rb minor rdoc syntax fix [ci skip] 2015-05-08 14:45:32 -07:00
errors.rb formatting changes 2015-05-29 16:27:23 -04:00
forbidden_attributes_protection.rb Check attributes passed to create_with and where 2014-08-18 14:07:37 -03:00
gem_version.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00
lint.rb Better docs for AM::Lint::Tests 2015-01-07 09:15:47 -08:00
model.rb use attribute assignment module logic during active model initialization 2015-01-23 14:42:47 -08:00
naming.rb Require Module#delegate core ext in ActiveModel::Naming 2015-03-31 11:41:16 +11:00
railtie.rb Use BCrypt's MIN_COST in the test environment for speedier tests 2012-11-14 09:42:54 -06:00
secure_password.rb Fix spelling error in has_secure_password documentation [ci skip] 2015-03-03 20:05:02 -05:00
serialization.rb Revert "Add code example for include option of AM::Serialization#serializable_hash" 2015-06-10 08:50:39 -03:00
test_case.rb Remove dead code from AMo. 2011-12-20 18:38:20 +01:00
translation.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
validations.rb docs, clarify the meanaing of return values from validation methods. 2015-07-07 14:39:58 +02:00
validator.rb Change the deprecation messages to show the preferred way to work with 2015-02-20 20:58:58 -02:00
version.rb Use Active Model, not ActiveModel in plain English 2015-01-02 14:19:21 -08:00