I am attempting to use the crypt gem. While I am able to get it installed via bundler, when I do:
require 'crypt/rijndael'
I got an error:
no such file to load — crypt/rijndael
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which version of Crypt? Which version of Ruby? Where are you trying to require it from? I tried Crypt 1.1.4 on Ruby 1.8.7 and it worked for me in the rails console:
If you’re using 1.9, try crypt 1.2.1 instead:
https://github.com/titanous/crypt
Haven’t tested it myself, but give it a shot if you’re on 1.9