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
2019-04-24 16:16:00 -04:00
..
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 Update comment in attribute_method_matchers_matching 2019-04-23 14:24:40 +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 Avoid redundant attribute_alias? before attribute_alias 2019-04-24 18:46:23 +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
error.rb Fix equality comparison raising error bug 2019-03-31 22:59:13 +08:00
errors.rb Set default array to details 2019-03-31 22:59:13 +08:00
forbidden_attributes_protection.rb Use frozen string literal in activemodel/ 2017-07-16 20:11:16 +03:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
lint.rb Fix spec 2019-03-31 22:59:12 +08: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
nested_error.rb Nested attribute error's attribute name to use different key: 2019-03-31 22:59:12 +08: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