Closed g4z closed 6 years ago
Hi Mark
I'm using pop and grift in a small project (without buffalo) using sqlite.
pop
grift
When i use grift to run a command that uses sqlite, i get the error...
sqlite3 was not compiled into the binary
I see Grift PR #23 you provided a fix for the case when database.yml is in the root directory.
database.yml
In the Pop docs it says database.yml can live in the root or in a config folder.
config
Pop is easily configured using a YAML file. The configuration file should be stored in config/database.yml or database.yml.
For those people that have their database.yml in the config folder, this PR fixes the issue.
Feel free to implement it better :) The idea is just to check in both locations for the database.yml file.
Regards, Gareth
Thanks!
Hi Mark
I'm using
pop
andgrift
in a small project (without buffalo) using sqlite.When i use grift to run a command that uses sqlite, i get the error...
I see Grift PR #23 you provided a fix for the case when
database.yml
is in the root directory.In the Pop docs it says
database.yml
can live in the root or in aconfig
folder.For those people that have their
database.yml
in theconfig
folder, this PR fixes the issue.Feel free to implement it better :) The idea is just to check in both locations for the
database.yml
file.Regards, Gareth