opoloo / lines

Simple publishing on Rails.
http://lines.opoloo.com
GNU Lesser General Public License v3.0
24 stars 4 forks source link

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

Open GarPit opened 9 years ago

GarPit commented 9 years ago

On user creation using 'rails4' branch

GarPit commented 9 years ago

It seems "bcrypt-ruby" is missed as dependency

GarPit commented 9 years ago

This line helps:

gem 'bcrypt-ruby', '~> 3.1.2'
thej commented 9 years ago

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 commented 9 years ago

Ok, thanks. Will take a look at it

leandrorichard commented 9 years ago

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