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
Chris Salzberg c9d75177fe
Improve wording of comments
Most of the time, these methods are called from actual methods defined
from columns in the schema, not from method_missing, so the current
wording is misleading.
2019-04-13 11:12:39 +09:00
..
attribute
attribute_set
locale
serializers
type Type cast falsy boolean symbols on boolean attribute as false 2019-03-30 04:18:25 +09:00
validations
attribute.rb
attribute_assignment.rb
attribute_methods.rb Rename method_missing_target to target 2019-04-13 10:41:57 +09:00
attribute_mutation_tracker.rb PERF: 2x ~ 30x faster dirty tracking 2019-04-11 16:30:40 +09:00
attribute_set.rb
attributes.rb Improve wording of comments 2019-04-13 11:12:39 +09:00
callbacks.rb
conversion.rb
dirty.rb Improve wording of comments 2019-04-13 11:12:39 +09:00
errors.rb Rename i18n_full_message config option to i18n_customize_full_message 2019-03-29 21:38:48 +05:30
forbidden_attributes_protection.rb
gem_version.rb Prep release 2019-03-11 11:58:15 -04:00
lint.rb
model.rb
naming.rb
railtie.rb Rename i18n_full_message config option to i18n_customize_full_message 2019-03-29 21:38:48 +05:30
secure_password.rb Refactor has_secure_password to extract dedicated attribute module 2019-04-05 01:55:00 +09:00
serialization.rb
translation.rb
type.rb
validations.rb
validator.rb
version.rb