How to Migrate attr_encrypted to Rails 7 Encryption Discussion
Discussion for
How to Migrate attr_encrypted to Rails 7 Encryption
Nice One !
For lockbox users, you will need to change old method " encrypts :attribute_name" to new method "has_encrypted :attribute_name" and it will work well with Rails 7 (before migrating to rails encryption module).
Still have 1 question : how to extend string column size from 250 to 510 ?