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
2020-01-30 20:40:31 +01:00
..
attribute
attribute_set Generalize FrozenError on write attribute 2020-01-29 11:23:41 +09:00
locale
serializers Improve doc for :root option in as_json() [ci skip] 2019-05-13 15:35:50 +05:30
type Merge pull request #38038 from Shopify/activerecord-ruby-2.7-warnings-6-0-stable-batch-2 2019-12-20 19:43:49 +09:00
validations Add scale support to ActiveRecord::Validations::NumericalityValidator 2020-01-13 11:00:22 -05:00
attribute.rb
attribute_assignment.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_methods.rb Save a string allocation for each attribute method call 2020-01-30 20:40:31 +01:00
attribute_mutation_tracker.rb PERF: 2x ~ 30x faster dirty tracking 2019-04-11 16:30:40 +09:00
attribute_set.rb Generalize FrozenError on write attribute 2020-01-29 11:23:41 +09:00
attributes.rb Remove unnecessary include ActiveModel::Model in the doc [ci skip] 2020-01-29 11:40:41 +09:00
callbacks.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
conversion.rb
dirty.rb Allow checking whether an attribute previously changed from/to a particular value 2020-01-27 16:38:24 -05:00
error.rb Fix i18n of attributes with multi-digit indexes 2019-10-17 10:23:00 -04:00
errors.rb Merge pull request #37088 from enriikke/fix-activemodel-error-frozen 2019-12-17 19:39:28 -03:00
forbidden_attributes_protection.rb
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
lint.rb
model.rb
naming.rb Passing in a Hash instance as kwargs parameters requires the "double splat" prefix 2019-09-04 12:45:27 +09:00
nested_error.rb
railtie.rb Move the ActiveModel:Errors#full_message method to the Error class: 2019-07-16 14:28:38 +02:00
secure_password.rb Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
serialization.rb Remove unused require 2019-10-03 09:51:16 +09:00
translation.rb Passing in a Hash instance as kwargs parameters requires the "double splat" prefix 2019-09-04 12:45:27 +09:00
type.rb
validations.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
validator.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
version.rb