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
Aaron Patterson 83d6cc4815
Move around AR::Dirty and fix _attribute method
We already have a _read_attribute method that can get the value we need
from the model.  Lets define that method in AM::Dirty and use the
existing one from AR::Dirty rather than introducing a new method.
2017-04-14 10:53:47 -07:00
..
locale Move the validate! method to ActiveModel::Validations. 2015-02-20 16:05:26 -02:00
serializers Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
type Don't freeze input strings 2017-04-12 03:14:09 +09:30
validations ✂️ 2017-04-13 07:15:04 +09:00
attribute_assignment.rb No need to check nil 2017-04-02 13:42:14 +09:00
attribute_methods.rb Move around AR::Dirty and fix _attribute method 2017-04-14 10:53:47 -07:00
callbacks.rb Remove deprecated behavior that halts callbacks when the return is false 2017-02-07 12:19:37 -03:00
conversion.rb [ci skip] Fix bad examples in rdoc 2016-09-17 14:21:38 +03:00
dirty.rb Move around AR::Dirty and fix _attribute method 2017-04-14 10:53:47 -07:00
errors.rb Fix warning: extra states are no longer copied 2017-04-01 15:52:11 +09:00
forbidden_attributes_protection.rb Privatize unneededly protected methods in Active Model 2016-12-24 12:18:16 +09:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
lint.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
model.rb Add Action View to Active Model API documentation 2016-12-06 22:37:25 -05:00
naming.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
railtie.rb
secure_password.rb applies new string literal convention in activemodel/lib 2016-08-06 18:38:02 +02:00
serialization.rb applies new string literal convention in activemodel/lib 2016-08-06 18:38:02 +02:00
translation.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
type.rb Remove non-exists method delegation and correct doc 2017-03-11 10:17:46 +08:00
validations.rb Privatize unneededly protected methods in Active Model 2016-12-24 12:18:16 +09:00
validator.rb Fix typo 2017-01-10 18:22:52 -05:00
version.rb applies new string literal convention in activemodel/lib 2016-08-06 18:38:02 +02:00