Ghost/core
Katharina Irrgang fd0a08ae8c 🎨 make sqlite filename absolute (#7585)
no issue

- add tests for makePathsAbsolute
- add support for windows paths

When Ghost-CLI inits the database of the current GhostVersion (in /current), then it uses knex-migrator to do that.
Knex migrator is reading the .knex-migrator file of the current Ghost version. This returns a relative path to the database location.
The problem: knex-migrator will init the database in the root folder of Ghost-CLI /content/data instead of /current/content . And when you start Ghost (ghost start), it always complains that
that database is not initialised, because it expects the database in /current/content...

* 🎨  move config_spec to config/index_spec
- add one more test case
2016-10-18 09:04:44 +01:00
..
client@98f24da175 Update Ghost-Admin: Use one token endpoint 2016-10-17 12:51:39 +02:00
server 🎨 make sqlite filename absolute (#7585) 2016-10-18 09:04:44 +01:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test 🎨 make sqlite filename absolute (#7585) 2016-10-18 09:04:44 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00