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
The problem was that I had users in the database with the same email before the migration.
db:reset solved everything
db:reset