You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying without a database and no config/database.yml says the error is the file is missing instead of no DB provisioned
Expected
When I push a rails app without a database that the output either directly says that's the problem or at least notes it like "No DATABASE_URL and no config/database.yml found"
Also "Could not load database configuration. No such file" is doubled here :/
schneems
changed the title
Deploying without a database and no config/database.yml says the error is the file is missing instead of no DB provisioned
Warn when activerecord is detected but DATABASE_URL isn't set.
Nov 6, 2024
schneems
changed the title
Warn when activerecord is detected but DATABASE_URL isn't set.
Warn when activerecord is detected but DATABASE_URL isn't set before rake assets:precompileNov 6, 2024
Original:
Deploying without a database and no
config/database.yml
says the error is the file is missing instead of no DB provisionedExpected
When I push a rails app without a database that the output either directly says that's the problem or at least notes it like "No DATABASE_URL and no
config/database.yml
found"Actual
The text was updated successfully, but these errors were encountered: