Rails Tutorial: SQLite3::ConstraintException: UNIQUE constraint failed: users.email

后端 未结 4 1889
情话喂你
情话喂你 2021-02-13 10:02

I\'m following along with the rails tutorial. I\'m on ch. 6 and I\'m getting a strange error with SQLite3 (for the record, I\'m using sqlite version 1.3.10 and the tutorial uses

4条回答
  •  野的像风
    2021-02-13 10:23

    if you can't reset:db you should try to delete it by hand go to db folder and delete the "development.sqlite3" and the "test.sqlite3" files then run rails db:migrate and bin/rails db:migrate RAILS_ENV=TEST

    worked for me, anyway...

提交回复
热议问题