Pourrier François
Pourrier François
Oh, yes sorry 👍 ``` const puppeteerConfig = { headless: false, ... } ```
Same problem here. @ckbhodge How did you manage to pass ENV VARS to your config.ru worker_killer config? Here's errors log: ``` ERROR -- : listen loop error: undefined method `-'...
Oh. I don't get it... ENV VARS are available in config.ru, so.. is it because of the String type?
[same question on stackoverflow](http://stackoverflow.com/questions/36861474/test-unit-automatic-runner-produce-invalid-option-error-on-rake-tasks)
Hi, I'm currently using : ``` # https://github.com/collectiveidea/awesome_nested_set gem 'awesome_nested_set', '2.0.2' # https://github.com/the-teacher/the_sortable_tree gem 'the_sortable_tree', '1.5.0' ``` Maybe it's a bug of awesome_nested_set gem indeed...