Ghost/core/test/unit/services/url
kirrg001 3155ea2aa7 🐛 Fixed urls being /404/ after starting the Ghost server
no issue

- there was a timing bug in Ghost
- we do operations in parallel on bootstrap
  - 1) we fetch the resources as early as possible
  - 2) we do all the rest (express bootstrapping, theme loading, router registration) etc.
- it can happen that (2) happens too slow and ends in the situation that the queue, which is responsible
  to handle both parallel actions, does not wait for the routers and closes the event
- this is a short term fix
- i need to reconsider if there is a better long term fix
2018-06-07 09:27:24 +02:00
..
Queue_spec.js 🐛 Fixed urls being /404/ after starting the Ghost server 2018-06-07 09:27:24 +02:00
Resources_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
UrlGenerator_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
Urls_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
UrlService_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
utils_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00