Tim Connor
Tim Connor
I'm not sure if this is the intended behavior or not, but there appears to be a problem with the `:default` option on params that are nested inside another param...
As part of the fix for CVE-2022-32224 Rails intruduced safe YAML loading and the `ActiveRecord.yaml_column_permitted_classes` config. PaperTrail added support for respecting the new configuration here https://github.com/paper-trail-gem/paper_trail/pull/1397 The CVE-2022-32224 fix was...
When `assert_predicate` assertions fail `Minitest` will inspect the target object as part of the error message generation. Currently AePageObjects will pass the `inspect` call on to the `Element` which will...
**This pull request follows on from the abandoned https://github.com/FactoryBoy/factory_boy/pull/820. The code is simplified and follows the same pattern used when specifying the locale for Faker.** Since Faker 4.9.0 there has...
Spraypaint maps errors in a JSON:API response to model attributes by looking at the `attribute` metadata. ```json { "errors": [ { "code": "bad_request", "status": "400", "title": "Request Error", "detail": "...",...