Bob Maerten

Results 11 comments of Bob Maerten

I was a little bit reluctant to create this issue, as we have very little context to provide. Our tests all fail with an error from Capybara returning `page.current_path` as...

Checked working on 2.0.0-p353. Please, merge and publish a new release!

I checked our test-suite against the latest version and it seems to work fine now. Can't tell what changed either on the gem side or from our tests ¯\_(ツ)_/¯.

It's related to rubocop change on `--auto-correct` flag since 0.9.0 which acts as `--safe-auto-correct` by default. If you want to get previous behavior, you should use `--auto-correct-all` flag instead.

I talk about the problem with friends and it seems other gems can trigger the same problem though. I'll reference this problem in authlogic repo too.

Seems the boot problem came from old code in authlogic. Nonetheless the part about lazy setup is still relevant.

Wooaah. Never thought that this repo would be spotted, nor forked and patched! Thanks to propose your commits, I'll take a serious look at it.

I have to admit I quit early on the problems you exposed, and quite amazed by the tricks you found. I think everybody end up on the same level of...

My alternatives are currently : - docker containers launched from custom image like [docker-wallabag](https://github.com/bobmaerten/docker-wallabag) (source code mounted through a volume) - dedicated PHP VM updated with any kind of SCM...

Hi @ycanales. I didn't head back to dokku for a long time, I'll try to check what doesn't work. Thx for reporting.