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
yuuji.yaginuma 6a1b798560 Add missing require for Float#to_d
In master, tests pass because `bigdecimal/util` requires in
`active_support/xml_mini`.
But test fails in 5-2-stable because that require does not exist.
Ref: https://travis-ci.org/rails/rails/jobs/484627996#L1969
2019-01-26 12:38:34 +09: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
type Fix year value when casting a multiparameter time hash 2019-01-21 09:23:12 +00:00
validations Add missing require for Float#to_d 2019-01-26 12:38:34 +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 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 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
gem_version.rb Preparing for 6.0.0.beta1 release 2019-01-18 15:42:12 -05:00
lint.rb
model.rb
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
type.rb
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