Ran into this error message whilst developing tonight: SQLite3::BusyException: database is locked:
SQLite3::BusyException: database is locked:
I have two models:
SQLite has troubles with concurrency. I changed sqlite on Postgresql and the issue is gone