Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Windows 10 new buffalo site sqlite3 "<no value>" in database.yml #336

Closed
michaelkacher opened this issue Mar 28, 2017 · 2 comments
Closed
Labels
os-specific This issue is OS-specific

Comments

@michaelkacher
Copy link

michaelkacher commented Mar 28, 2017

I am pretty new to buffalo, but I believe when I experimented with .7 and ran:
$ buffalo new coke --db-type sqlite3
I was able to immediately run the dev site. Now I receive a 500 error. Looking at my database.yml I see the following:

production:
dialect: "sqlite3"
database: {{env "GOPATH" }}< no value >/theater_production.sqlite

After removing the "< no value >" I am to run as before.

@nathankerr
Copy link

Same results with buffalo 0.8.0, go1.8, macOS 10.12.3

0.7.4 used:

database: ./theater_production.sqlite

@markbates
Copy link
Member

Thanks. The problem was actually at https://github.com/markbates/pop if you rebuild the Buffalo binary it will pick up the change and generate the sqlite configs correctly. Thanks.

@markbates markbates added the os-specific This issue is OS-specific label Mar 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
os-specific This issue is OS-specific
Projects
None yet
Development

No branches or pull requests

3 participants