superfly/docs

Rails getting started database config issue

Opened this issue · 2 comments

rails new creates a database with default sqlite3, but the guide says to use postgres. This results in a missing table names after launching with the scaffolded resource.

consider using rails new list -d=postgresql instead

https://fly.io/docs/rails/getting-started/

I don't think that's a docs bug, but rather a regression. Previously postgresql "just worked", and I want to investigate if we can make it "just work" again.

Yes and I think it worked because it was actually running with sqlite instead of postgres