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

后端 未结 4 1893
情话喂你
情话喂你 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:32

    Just use rake db:test:prepare and it will copy the dev database to test so you don't need to run the migrations.

提交回复
热议问题