rails/activemodel/lib/active_model
Daniel Bernier 417b84a0d1
Fix Dirty#*_was documentation
The docs illustrated `*_change`, not `*_was`, leaving the reader to have to guess.
2023-11-22 14:24:57 -05:00
..
attribute Factor out ActiveModel::AttributeRegistration 2022-03-11 22:15:14 -06:00
attribute_set Remove support to Marshal load Rails 5.x `ActiveModel::AttributeSet` format 2021-11-17 21:51:32 +00:00
locale Revert typography change in user facing errors 2023-09-26 21:45:03 +00:00
serializers Use h1 for Active Model documentation titles [ci-skip] 2023-03-31 13:07:31 +02:00
type Don't mark Float::INFINITY as changed when reassigning it 2023-11-06 08:33:39 -06:00
validations Revert typography change in user facing errors 2023-09-26 21:45:03 +00:00
access.rb Add ActiveModel::Access 2022-02-24 13:52:21 -06:00
api.rb Fix linking on ActiveModel::API 2023-05-29 12:40:48 +09:00
attribute.rb Do not rely on dup in forgetting_assignment optimization 2023-10-28 16:26:48 -05:00
attribute_assignment.rb Remove respond_to? in assign_attribute happy path 2023-10-29 14:16:03 -04:00
attribute_methods.rb Remove duplication between alias_attribute_method_definition and define_proxy_call 2023-11-22 17:27:05 +00:00
attribute_mutation_tracker.rb Fixes a defect in ActiveModel::Dirty#attribute_changed? where the :from 2022-08-05 11:52:20 -04:00
attribute_registration.rb Revert "Port `BeforeTypeCast` to Active Model" 2023-11-08 14:44:05 -05:00
attribute_set.rb Make `==(other)` method of AttributeSet safe 2023-10-19 09:08:52 +02:00
attributes.rb Revert "Port `BeforeTypeCast` to Active Model" 2023-11-08 14:44:05 -05:00
callbacks.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
conversion.rb Merge pull request #49065 from RuhmUndAnsehen/fix-_to_partial_path-model_name 2023-09-01 16:41:47 -04:00
deprecator.rb Add ActiveModel.deprecator 2022-11-01 17:39:39 -05:00
dirty.rb Fix Dirty#*_was documentation 2023-11-22 14:24:57 -05:00
error.rb Make sure nested base errors are translatable 2023-08-04 19:55:57 +00:00
errors.rb Revert typography change in user facing errors 2023-09-26 21:45:03 +00:00
forbidden_attributes_protection.rb Fix more missing Active Model documentation headers [ci-skip] 2023-04-01 15:46:04 +02:00
gem_version.rb Development of Rails 7.2 starts now 2023-09-27 03:59:11 +00:00
lint.rb Replace all occurrences of '<tt>(\w+::\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:56:17 +09:00
model.rb Add a load hook for `ActiveModel::Model` 2023-07-09 13:08:34 +01:00
naming.rb Fix header level for ActiveModel::Naming and DelegatedType 2023-04-22 11:25:27 +02:00
nested_error.rb Document on ActiveModel::Errors changes 2020-01-14 23:55:09 +08:00
railtie.rb Initialize deprecators before configuring them 2022-11-28 10:47:26 +01:00
secure_password.rb Use double quotes more consistenly in doc and error messages 2023-10-28 11:38:49 +02:00
serialization.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
translation.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
type.rb Avoid double type cast when serializing attributes 2022-09-29 11:34:29 -05:00
validations.rb Revert typography change in user facing errors 2023-09-26 21:45:03 +00:00
validator.rb Fix more missing Active Model documentation headers [ci-skip] 2023-04-01 15:46:04 +02:00
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00