question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support ActiveRecord encryption

See original GitHub issue

The encrypted attributes use a _digest column to store the encrypted values. We can ignore these columns, but add attributes to the Madmin resource for the attribute.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
excid3commented, Sep 26, 2021

I figure we should add an example in the dummy app and a test case I figure. That way we can know it works.

1reaction
excid3commented, Sep 25, 2021

We just need to make sure it works with the built-in encryption. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

ActiveRecord::Encryption::EncryptableRecord - Rails API
This is the concern mixed in Active Record models to make them encryptable. It adds the encrypts attribute declaration, as well as the...
Read more >
Active Record Encryption - hint.io
This new feature provides a layer of encryption that sits between our application code and the database. In essence, when our data using...
Read more >
Rails 7.0 adds encryption to Active Record models - BigBinary
Rails 7.0 adds encryption to attributes at the model level. By default, it supports encrypting serialized attribute types using the ...
Read more >
How GitHub converts previously encrypted and unencrypted ...
ActiveRecord ::Encryption accommodates for a list of keys to be used so that the most recent one is used to encrypt records, but...
Read more >
Active Record Encryption in Rails 7 - Kiprosh Blogs
To get started with encryption, first, we'd need to initialize some keys that will be used by the encrypts API to encrypt and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found