Laurens De la Marche
Laurens De la Marche
## Environment - Ruby 3 - Rails 7 - Simple Form 5.3.0 ## Current behavior When using simple form on an Active Record with [encrypted fields](https://guides.rubyonrails.org/active_record_encryption.html) the encrypted fields are...
In our app we have methods that read encrypted attributes from one record and save them in another record. ``` # first_name is encrypted user = User.find(id) other_user = User.find(other_id)...
# Appreciation We are running Gotenberg in production. A lot of appreciation from our team for this wonderful project enabling many URL->PDF conversions per day for our endusers. # Context...