Skip to content
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

NoMethodError: undefined method `cost' for BCrypt::Engine:Class #2

Open
GarPit opened this issue Mar 14, 2015 · 5 comments
Open

NoMethodError: undefined method `cost' for BCrypt::Engine:Class #2

GarPit opened this issue Mar 14, 2015 · 5 comments
Assignees
Labels

Comments

@GarPit
Copy link

GarPit commented Mar 14, 2015

On user creation using 'rails4' branch

@GarPit
Copy link
Author

GarPit commented Mar 14, 2015

It seems "bcrypt-ruby" is missed as dependency

@GarPit
Copy link
Author

GarPit commented Mar 14, 2015

This line helps:

gem 'bcrypt-ruby', '~> 3.1.2'

@thej thej added the bug label Mar 14, 2015
@thej thej self-assigned this Mar 14, 2015
@thej
Copy link
Member

thej commented Mar 14, 2015

Hi GarPit, thanks for the bug report and the solution.

The development of this standalone application was stopped at the end of 2014 and merged into a Rails engine, mainly to better integrate into existing Rails projects,

Just have a look at https://github.com/opoloo/lines-engine for the current and actively developed version of Lines.

@GarPit
Copy link
Author

GarPit commented Apr 3, 2015

Ok, thanks. Will take a look at it

@leandrorichard
Copy link

Hi GarPit, this solution solved my problem here! Thanks !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants