rails--rails/activemodel/lib/active_model
Jesse van der Pluijm 4862c2faf6 Fix typo: integer numbers (not integral) 2021-09-18 10:21:42 +02:00
..
attribute Active Model: Use private attr_reader 2018-02-26 06:16:24 +09:00
attribute_set Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
locale Add validate numericality in range 2021-01-05 22:56:58 +01:00
serializers Improve doc for :root option in as_json() [ci skip] 2019-05-13 15:35:50 +05:30
type Fix dirty check for Float::NaN and BigDecimal::NaN 2021-07-22 09:49:16 -03:00
validations Fix typo: integer numbers (not integral) 2021-09-18 10:21:42 +02:00
api.rb Introduce ActiveModel::API 2021-09-15 18:24:47 +02:00
attribute.rb Don't use `type.cast(value)` to emulate unchecked serialized value in `unboundable?` 2021-03-15 12:23:40 +09:00
attribute_assignment.rb Change safe guard to check for each_pair instead of stringify_keys 2020-02-07 11:36:35 -05:00
attribute_methods.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
attribute_mutation_tracker.rb Lazy allocate `@forced_changes` 2020-06-14 13:50:07 +09:00
attribute_set.rb Add ActiveModel::AttributeSet#values_for_database 2021-06-08 16:39:23 +09:00
attributes.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
callbacks.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
conversion.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
dirty.rb Fix `to_json` after `changes_applied` for `ActiveModel::Dirty` object 2021-07-24 08:22:18 +09:00
error.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
errors.rb Merge pull request #42832 from lulalala/slim-errors-inspect 2021-07-23 09:05:08 +02:00
forbidden_attributes_protection.rb Use frozen string literal in activemodel/ 2017-07-16 20:11:16 +03:00
gem_version.rb Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
lint.rb Fix spec 2019-03-31 22:59:12 +08:00
model.rb Introduce ActiveModel::API 2021-09-15 18:24:47 +02:00
naming.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
nested_error.rb Document on ActiveModel::Errors changes 2020-01-14 23:55:09 +08:00
railtie.rb Move the `ActiveModel:Errors#full_message` method to the `Error` class: 2019-07-16 14:28:38 +02:00
secure_password.rb *_digest is defined as a public method 2020-10-27 12:13:32 +09:00
serialization.rb Don't add attribute_names to ActiveModel::Serialization public API 2021-08-28 11:56:21 -07:00
translation.rb [ci skip] Fixing all <x> based occurances to <x>-based 2021-06-16 19:15:12 +05:30
type.rb Prefer (...) over ruby2_keywords for ActiveModel::Type.lookup 2021-05-25 16:06:15 +02:00
validations.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
validator.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
version.rb Use frozen string literal in activemodel/ 2017-07-16 20:11:16 +03:00