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
2019-12-18 13:10:04 +00:00
..
attribute Active Model: Use private attr_reader 2018-02-26 06:16:24 +09:00
attribute_set Active Model: Use private attr_reader 2018-02-26 06:16:24 +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 #36907 from wjessop/string_attribute_should_compare_with_typecast_symbol_after_update 2019-09-28 18:20:08 +09:30
validations Api-docs validation defaults missing absence [ci skip] 2019-12-18 13:10:04 +00:00
attribute.rb update_columns raises if the column is unknown 2018-10-30 12:52:23 -06:00
attribute_assignment.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_methods.rb rubocop 2019-09-08 09:47:54 +09:00
attribute_mutation_tracker.rb PERF: 2x ~ 30x faster dirty tracking 2019-04-11 16:30:40 +09:00
attribute_set.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attributes.rb Raise FrozenError for frozen objects when trying to write to a 2019-09-16 16:59:43 -05:00
callbacks.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
conversion.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
dirty.rb Passing in a Hash instance as kwargs parameters requires the "double splat" prefix 2019-09-04 12:45:27 +09: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 Fix spec 2019-03-31 22:59:12 +08:00
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 Nested attribute error's attribute name to use different key: 2019-03-31 22:59:12 +08:00
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 Fix doc typo [ci skip] 2017-12-12 16:34:19 -05:00
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