lines icon indicating copy to clipboard operation
lines copied to clipboard

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

Open GarPit opened this issue 10 years ago • 5 comments

On user creation using 'rails4' branch

GarPit avatar Mar 14 '15 07:03 GarPit

It seems "bcrypt-ruby" is missed as dependency

GarPit avatar Mar 14 '15 07:03 GarPit

This line helps:

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

GarPit avatar Mar 14 '15 07:03 GarPit

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.

thej avatar Mar 14 '15 19:03 thej

Ok, thanks. Will take a look at it

GarPit avatar Apr 03 '15 07:04 GarPit

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

leandrorichard avatar Aug 27 '15 01:08 leandrorichard