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
Jonathan Hefner de5a4b3ab8 Add ActiveModel::Access
This ports `ActiveRecord::Base#slice` and `#values_at` to a new
`ActiveModel::Access` module, which is included in `ActiveModel::Model`
by default.
2022-02-24 13:52:21 -06:00
..
attribute
attribute_set Remove support to Marshal load Rails 5.x ActiveModel::AttributeSet format 2021-11-17 21:51:32 +00:00
locale Add validate numericality in range 2021-01-05 22:56:58 +01:00
serializers
type Fix typos [ci-skip] 2022-02-21 11:11:11 -06:00
validations Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
access.rb Add ActiveModel::Access 2022-02-24 13:52:21 -06:00
api.rb Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06: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 Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06: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 Update ActiveModel::Attributes examples in docs 2022-02-11 01:19:49 +05:00
callbacks.rb Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06: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 Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
errors.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
forbidden_attributes_protection.rb
gem_version.rb Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
lint.rb
model.rb Add ActiveModel::Access 2022-02-24 13:52:21 -06:00
naming.rb Improve ActiveModel::Name#human performance 2022-02-02 11:11:56 -06:00
nested_error.rb Document on ActiveModel::Errors changes 2020-01-14 23:55:09 +08:00
railtie.rb
secure_password.rb Merge pull request #43284 from mibradev/password-digest-nil 2021-11-25 13:59:42 -05:00
serialization.rb Don't add attribute_names to ActiveModel::Serialization public API 2021-08-28 11:56:21 -07:00
translation.rb Replace "overwrite" with "override" [ci-skip] 2022-02-21 11:11:11 -06:00
type.rb Prefer (...) over ruby2_keywords for ActiveModel::Type.lookup 2021-05-25 16:06:15 +02:00
validations.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
validator.rb Cross-link API docs [ci-skip] 2022-02-21 11:45:25 -06:00
version.rb