I\'m working on a project with another developer and I\'m getting an error when trying to start my local server. Missing database.yml. I\'m just using sqlite and another dev
So still need add database.yml. You need one defining your SQLite Database. Like so:
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000