..
attribute
Active Model: Use private attr_reader
2018-02-26 06:16:24 +09:00
attribute_set
Active Model: Use private attr_reader
2018-02-26 06:16:24 +09:00
locale
serializers
Fix AM::Serializers::JSON#as_json method for timestamps
2017-12-21 11:07:15 +02:00
type
Type cast falsy boolean symbols on boolean attribute as false
2019-03-30 04:18:25 +09:00
validations
activemodel typo fixes.
2019-01-31 02:43:44 +05:30
attribute.rb
update_columns
raises if the column is unknown
2018-10-30 12:52:23 -06:00
attribute_assignment.rb
Improve error message when assign wrong attributes to model
2018-04-28 16:27:16 +05:00
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
Unify _read_attribute definition to use &block
2018-12-20 10:37:15 +09:00
attributes.rb
Improve wording of comments
2019-04-13 11:12:39 +09:00
callbacks.rb
Require hash/keys inside active_model/callbacks
2019-01-16 14:14:18 -05:00
conversion.rb
Add Style/RedundantFreeze
to remove redudant .freeze
2018-09-29 07:18:44 +00:00
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
Use frozen string literal in activemodel/
2017-07-16 20:11:16 +03:00
gem_version.rb
Prep release
2019-03-11 11:58:15 -04:00
lint.rb
Use respond_to test helpers
2018-01-25 23:32:58 -05:00
model.rb
Use frozen string literal in activemodel/
2017-07-16 20:11:16 +03:00
naming.rb
Fix call sites
2018-10-02 15:31:29 -04:00
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
Merge pull request #28270 from mmangino/dont_ignore_seralization_options
2018-02-27 23:42:15 +09:00
translation.rb
Use frozen string literal in activemodel/
2017-07-16 20:11:16 +03:00
type.rb
Fix doc typo [ci skip]
2017-12-12 16:34:19 -05:00
validations.rb
Use native Array#append
, Array#prepend
, Hash#transform_keys
, and Hash#transform_keys!
2018-12-20 23:22:46 +09:00
validator.rb
Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5
2018-12-21 02:05:27 +09:00
version.rb
Use frozen string literal in activemodel/
2017-07-16 20:11:16 +03:00