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-01-04 20:47:31 +02: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 Ensure casting by decimal attribute when querying 2018-11-12 03:39:28 +09:00
validations Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 2018-12-21 02:05:27 +09:00
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 Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +09:00
attribute_mutation_tracker.rb Merge pull request #32498 from eugeneius/mutation_tracker_merge_changes 2018-04-10 13:18:34 +09:00
attribute_set.rb Unify _read_attribute definition to use &block 2018-12-20 10:37:15 +09:00
attributes.rb Improve model attribute accessor method names for backtraces 2018-10-12 09:50:10 -07:00
callbacks.rb Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments 2018-07-23 04:19:37 +09:00
conversion.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
dirty.rb Re-add changes_applied doc 2018-11-16 18:02:41 -05:00
errors.rb Add ActiveModel::Errors#of_kind? 2019-01-04 20:47:31 +02: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.0 development!!! 2018-01-30 18:51:17 -05: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 Add global config for config.active_model.i18n_full_message 2018-06-05 13:25:24 -04:00
secure_password.rb has_secure_password: use recovery_password instead of activation_token 2018-07-08 14:12:27 +03: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