Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Generated database.yml uses password as Integer when numbers only #77

Open
fcoury opened this issue Mar 5, 2012 · 0 comments
Open

Generated database.yml uses password as Integer when numbers only #77

fcoury opened this issue Mar 5, 2012 · 0 comments

Comments

@fcoury
Copy link
Member

fcoury commented Mar 5, 2012

If you have chosen a numeric password for the deploy user, here's what happens:

development:
  (...)
  password: 12345

And Rails thinks password is numeric, causing an issue. The fix is to wrap the password in quotes:

development:
  (...)
  password: "12345"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant