rails/activemodel/test/cases
Gannon McGibbon a7cc807cb9 Fix to_param parameter generation for partial composite keys
Adds tests for url_for use with composite primary key models. Fixes bug
related to new CPK model to_param generation.
2023-08-29 14:04:03 -05:00
..
serializers Avoid extra pass on AS::JSON.dump with no options 2023-06-29 15:37:57 -07:00
type Ensure binary-destined values have binary encoding during type cast 2023-05-29 18:21:20 +09:30
validations Improve typography of user facing validation messages 2023-02-25 08:21:19 -08:00
access_test.rb Add ActiveModel::Access 2022-02-24 13:52:21 -06:00
api_test.rb Fixed inconsistencies in ActiveModel test cases 2022-02-23 01:30:26 +05:30
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 Add new behavior of undefine_attribute_methods to CHANGELOG 2023-08-23 14:41:10 +00:00
attribute_registration_test.rb Factor out ActiveModel::AttributeRegistration 2022-03-11 22:15:14 -06:00
attribute_set_test.rb Remove support to Marshal load Rails 5.x ActiveModel::AttributeSet format 2021-11-17 21:51:32 +00:00
attribute_test.rb Disallow assertionless tests in Active Model 2023-04-26 14:51:32 +00:00
attributes_dirty_test.rb Test clear_changes_information rather than reload 2019-10-21 10:52:54 +09:00
attributes_test.rb Revert "Provide pattern matching for ActiveModel" 2022-07-09 00:13:23 -04: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 Fix to_param parameter generation for partial composite keys 2023-08-29 14:04:03 -05:00
dirty_test.rb Fix to_json after changes_applied for ActiveModel::Dirty object 2021-07-24 08:22:18 +09:00
error_test.rb Make sure nested base errors are translatable 2023-08-04 19:55:57 +00:00
errors_test.rb Improve typography of user facing validation messages 2023-02-25 08:21:19 -08:00
forbidden_attributes_protection_test.rb Use frozen string literal in activemodel/ 2017-07-16 20:11:16 +03:00
helper.rb Disallow assertionless tests in Active Model 2023-04-26 14:51:32 +00:00
lint_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
model_test.rb Add a load hook for ActiveModel::Model 2023-07-09 13:08:34 +01:00
naming_test.rb Add uncountable? method to ActiveModel::Name 2021-02-18 09:55:29 +03:00
nested_error_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
railtie_test.rb Configure config.active_support.cache_format_version = 7.1 for RailtieTest 2023-08-25 12:48:39 +09:00
secure_password_test.rb Update password validation and error messages 2023-04-19 15:57:51 -07:00
serialization_test.rb Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f" 2019-08-02 00:25:13 -04:00
translation_test.rb Improve ActiveModel::Name#human performance 2022-02-02 11:11:56 -06:00
type_test.rb Fix delegation in ActiveModel::Type.lookup 2021-05-25 16:01:17 +02:00
validations_test.rb Improve typography of user facing validation messages 2023-02-25 08:21:19 -08:00