rails--rails/activemodel/test/cases
Rafael França 67a1cb6c19
Merge pull request #40961 from luk4s/add_activemodel_naming_locale_arg
change ActiveModel::Name initialize arguments to hash and add locale
2020-12-29 14:20:00 -05:00
..
serializers Model attribute methods are publicly callable 2020-10-02 13:48:33 +09:00
type Don't call `ruby2_keywords` for user supplied block 2020-06-04 02:19:30 +09:00
validations Make sure the :if options of callbacks is not mutated 2020-12-29 03:56:54 +00:00
attribute_assignment_test.rb Change safe guard to check for each_pair instead of stringify_keys 2020-02-07 11:36:35 -05:00
attribute_methods_test.rb Model attribute methods are publicly callable 2020-10-02 13:48:33 +09:00
attribute_set_test.rb PERF: Avoid extra delegation to `LazyAttributeHash` 2020-06-15 09:26:24 +09:00
attribute_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
attributes_dirty_test.rb Test clear_changes_information rather than reload 2019-10-21 10:52:54 +09:00
attributes_test.rb ActiveModel::Model can be frozen again 2020-11-05 20:52:27 +09:00
callbacks_test.rb Make sure the :if options of callbacks is not mutated 2020-12-29 03:56:54 +00:00
conversion_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
dirty_test.rb Allow checking whether an attribute previously changed from/to a particular value 2020-01-27 16:38:24 -05:00
error_test.rb Rename Error#detail method as details 2020-09-11 17:03:59 +08:00
errors_test.rb No need to deprecate Errors#first 2020-04-13 19:07:59 -04:00
forbidden_attributes_protection_test.rb Use frozen string literal in activemodel/ 2017-07-16 20:11:16 +03:00
helper.rb Revert "MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now" 2019-08-02 00:24:21 -04:00
lint_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
model_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
naming_test.rb add locale argument to ActiveModel::Name initialize 2020-12-29 10:39:35 +01:00
nested_error_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
railtie_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
secure_password_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
serialization_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
translation_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
validations_test.rb Handle frozen conditions in validate 2020-11-06 12:06:03 +09:00