Top "Bcrypt-ruby" questions

The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.

can't activate bcrypt-ruby (~> 3.0.0), already activated bcrypt-ruby-3.1.1. Make sure all dependencies are added to Gemfile

I have Rails 4.0.0 app. When I run bundle install command there is no problem. This is my GemFile. source 'https://…

ruby-on-rails-4 bcrypt-ruby
Why won't the bcrypt ruby gem install properly?

I am trying to encorporate bcrypt-ruby, v. 3.0.1. I enter the gem in my gem file as follows: gem 'bcrypt-ruby', '3.0.1…

ruby-on-rails gem bundler bcrypt bcrypt-ruby
How to encrypt password with has_secure_password in Rails 4.2

I've an API and I installed the next gem gem 'bcrypt' And into my user model I specific that: has_…

ruby-on-rails ruby ruby-on-rails-4 encryption bcrypt-ruby
Unknown attribute rails 4

im new into Rails 4 development and rails in general. I red official "getting started with rails" guide where it is …

ruby-on-rails ruby bcrypt-ruby