Tagged Questions
4
votes
5answers
3k views
Installing bcrypt-ruby gem on Windows
I'm trying to install bcrypt-ruby on Windows Vista.
So far, I have been able to install nmake.exe from a MS knowledge base article and cl.exe from installing Visual Studio 2008 Express.
However, I ...
2
votes
2answers
570 views
BCrypt says long, similar passwords are equivalent - problem with me, the gem, or the field of cryptography?
I've been experimenting with BCrypt, and found the following. If it matters, I'm running ruby 1.9.2dev (2010-04-30 trunk 27557) [i686-linux]
require 'bcrypt' # bcrypt-ruby gem, version 2.1.2
...
1
vote
4answers
1k views
Why do I get a bcrypt-ruby gem install error?
Getting an error when trying to install the gem devise, the installation is stopping on
the gem bcrypt-ruby:
$ gem install bcrypt-ruby
Error installing bcrypt-ruby:
ERROR: Failed to build gem native ...
0
votes
0answers
295 views
bcrypt-ruby won't install with bundler but works fine with gem install
I just recently began having trouble with bundler - bcrypt-ruby will not install when doing a bundle install or sudo bundle install and exits with the following error:
Installing bcrypt-ruby (2.1.4) ...
0
votes
1answer
331 views
Require 'bcrypt' failing on multiple operating systems, what am I missing?
I'm trying to work in a simple authentication to replace the HTTP-Auth I've got in a small Sinatra application. bcrypt-ruby gem installs fine but require 'bcrypt' always throws an error: no such file ...
0
votes
2answers
252 views
Trying to seed dev db for Diaspora, bcrypt seg faults. Mac OSX
I'm trying to run rake db:seed:dev on a developer instance of Diaspora https://github.com/diaspora/diaspora/wiki and I get a bcrypt-ruby segmentation fault error. I've looked around and am unable to ...