ankane/blind_index

0.3.3 breaks

cenotaph opened this issue · 3 comments

Hi! I've been using blind_index 0.3.2 just fine to encrypt email in a user table with devise_token_auth. My database has the field encrypted_email_bidx and it's been all well and good.

After upgrading to 0.3.3, when saving a new user record, encrypted_email_bidx is nil. Downgrading back to 0.3.2 is my solution for now.

Thanks!

Hey @cenotaph, thanks for reporting 👍 Can you try master?

Yes, it works fine on master!

Thanks for confirming. Just pushed a new release.