-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant CryptKeeper::Provider::AesNew #133
Comments
Did this get closed because any action was taken? I'm getting the same error:
|
@safetymonkey have you tried the same code in a newly generated rails app? Does the error happen then? |
Just wanted to point out that the |
Yeah, I changed the encryptor over to |
I'm trying to test this gem out with a simple app and getting
uninitialized constant CryptKeeper::Provider::AesNew
. Using Ruby 2.3.1 and Rails 5.0.0. I scaffold a blog and have the following:Not sure why its throwing that error when I try to create a Blog. Thanks in advance!
The text was updated successfully, but these errors were encountered: