vlad-psh
vlad-psh
`activeadmin_reorderable` cannot generate correct action path if resource is nested, ie: ActiveAdmin.register Post do belongs_to :user It throws an error: undefined method `reorder_admin_post_path' for # because actual path will be...
Rails 7 introduces built-in attributes encryption: https://edgeguides.rubyonrails.org/active_record_encryption.html Those are configured with `encrypts` keyword, eg: `encrypts :password` Because these attributes are considered sensitive, we shouldn't write plain unencrypted values to our...
I noticed two bugs with `redacted` config option. This PR fixes them both. ## Bug 1: Audited saves changes of attributes specified with `redacted:` option even if there was no...
**Version info** - OS: macOS Ventura 13.0.1 - Build: 2079 **Description** Unable to pull remote branch if two branches has same "group", but mismatched CASE. **Steps to reproduce** 1. Remote...
## PR Description ### Motivation: Currently we have `confirm` (enter) and `return` (esc) key bindings which are being used everywhere extensively. Some localization are even assuming that we'll never remap...