在 rails c 中数据不能输入,显示 bcrypt-ruby 在 gemfile 中没有添加,但是我这里已经添加。
准备过一遍 rspec 的功能,因此学习了 every rails testing with rspec,代码为:
https://github.com/everydayrails/rspec_rails_4
因为页面没有提供注册的入口,因此在打开 rails c 输入如下的代码:
user = User.create(email: "[email protected]", password: "111111", password_confirmation: "111111", admin: "1")
回车显示是 bcrypt-ruby 没有添加到 gemfile 文件中,但是我的 gemfile 文件中已经有了这个 gem,多次尝试均是这个结果。
因为求问原因