79434101

Date: 2025-02-12 18:40:17
Score: 1
Natty:
Report link

I explicitly added the DATABASE_URL to database.yml and now I can run rake db:migrate. The docs made it sound like this should have worked without setting it, but here's what I have in database.yml:

production:
  primary: &primary_production
    url: <%= ENV["DATABASE_URL"] %>
    <<: *default
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Steve Schwedt