.. |
attribute
|
|
|
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
|
|
|
type
|
Simplify ActiveModel & ActiveRecord Type::Registry
|
2021-04-07 09:59:55 -04:00 |
validations
|
Change Numericaly validator to use round
|
2021-01-13 22:37:01 +01: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
|
|
|
attribute_methods.rb
|
Stop checking if ruby2_keywords is defined
|
2021-04-11 13:42:02 +02:00 |
attribute_mutation_tracker.rb
|
Lazy allocate @forced_changes
|
2020-06-14 13:50:07 +09:00 |
attribute_set.rb
|
Avoid extra query attribute allocation in _insert_record /_update_record
|
2021-03-01 16:24:31 +09:00 |
attributes.rb
|
Make ActiveModel's attribute behavior follow ActiveRecord's
|
2021-01-18 07:54:36 +09:00 |
callbacks.rb
|
Make sure the :if options of callbacks is not mutated
|
2020-12-29 03:56:54 +00:00 |
conversion.rb
|
|
|
dirty.rb
|
Promote clear_attribute_change as attribute methods
|
2020-06-04 04:17:17 +09:00 |
error.rb
|
Fix inline code markup [ci-skip]
|
2021-02-14 11:20:35 -06:00 |
errors.rb
|
Fix inline code markup [ci-skip]
|
2021-02-14 11:20:35 -06:00 |
forbidden_attributes_protection.rb
|
|
|
gem_version.rb
|
Rails 6.2 is now Rails 7.0
|
2021-02-04 16:47:16 +00:00 |
lint.rb
|
|
|
model.rb
|
|
|
naming.rb
|
Add uncountable? method to ActiveModel::Name
|
2021-02-18 09:55:29 +03:00 |
nested_error.rb
|
|
|
railtie.rb
|
|
|
secure_password.rb
|
*_digest is defined as a public method
|
2020-10-27 12:13:32 +09:00 |
serialization.rb
|
Add missing ActiveSupport require in ActiveModel::Serialization
|
2020-10-13 14:30:24 -05:00 |
translation.rb
|
|
|
type.rb
|
Simplify ActiveModel & ActiveRecord Type::Registry
|
2021-04-07 09:59:55 -04:00 |
validations.rb
|
Use Enumerator#all? and Enumerator#any? with classes instead of iterations
|
2021-02-07 01:29:50 -05:00 |
validator.rb
|
Rename the method to match what it is doing
|
2020-12-09 17:10:22 +00:00 |
version.rb
|
|
|