bcrypt-ruby Questions

10

Solved

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' And I then go to the terminal and run: bundle install I get the followi...
Mischievous asked 23/9, 2013 at 20:34

4

Solved

In my app, users can edit their profile information. On the edit profile form, the user can make changes to all fields (name, title, and more). On this same form are three fields: current_password,...

3

Solved

Is it possible to specify which salt is used when encrypting strings with ruby-bcrypt? I know it's not very safe, but I only use it for not-high security data: I have a plattform, and when a user ...
Mich asked 24/10, 2013 at 23:0

2

Last week I upgrade Fedora to the brand new 28 release, which came with a mongodb upgrade to 3.6. See How to repair mongodb service after an upgrade to Fedora 28? for how I managed to resolve my fi...
Hellenic asked 7/5, 2018 at 11:23

5

When I learn "Ruby on Rails Tutorial", and I want to create a User on console: irb(main):001:0> User.create(name:"gsky",email:"[email protected]", irb(main):002:1* password:"aaaaaa",passwo...
Collett asked 18/2, 2014 at 12:17

2

Solved

I'm trying to use simple authentication for some post's comments. Users type comment with instant id and password and i use 'bcrypt' gem to store password in Database. Like this in comments_con...
Cockloft asked 27/6, 2017 at 10:43

2

Solved

I'm trying to integrate oAuth2.0 In my rails-api only application, using doorkeeper. But I keep getting this error, "undefined method `helper_method' for ApplicationController" and yet could not fi...

9

I have Rails 4.0.0 app. When I run bundle install command there is no problem. This is my GemFile. source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' ge...
Mailman asked 19/7, 2013 at 8:3

2

Solved

I've an API and I installed the next gem gem 'bcrypt' And into my user model I specific that: has_secure_password My DataBase Have a field with name password_digest And when run the seed...

3

Solved

I'm getting the following error on a new Rails installation. I run bundle install and after installing a bunch of gems, I get an error upon trying to install bcrypt-ruby. I'm using a brand new Mac ...
Elnoraelnore asked 29/9, 2012 at 7:19
1

© 2022 - 2024 — McMap. All rights reserved.