Louis-Michel Couture

Results 20 comments of Louis-Michel Couture

Hey! I'm not sure this is would be a good idea, since it will become very hard to keep in sync with the lib. I've also discovered that there was...

Hey @Alynsk1 , It seems like the playbook doesn't have the permission to create the folder there. I see in the error payload various references to "selinux", would you happen...

Hey! For that to work, it would have to be written as a [Nginx directive](https://www.nginx.com/resources/admin-guide/restricting-access-auth-basic/#combine), using [`satisfy`](http://nginx.org/en/docs/http/ngx_http_core_module.html#satisfy). I would gladly accept a PR adding that functionality, as long as this...

Hey! We currently use the `async` option. Mostly because it was recommended in the docs when we setup the app a long time ago (not sure the background worker option...

It would be nice to see this merged. Early loading of parts of the framework out of order can cause all sort of problems. Most notably overwriting / ignoring config...

I think the best case /example would be something like this ``` something something something ``` Separator class would be passed to the configuration, and would result in the table...

The solution if you want to use `parallel_tests` to do database creation (what I assume you done because I hit the same problem). `PARALLEL_TEST_FIRST_IS_1=true rake parallel:setup` or the first database...

@Mayurifag sorry, I totally forgot to do a PR. I'll try to draft one this week, but if you want to create one, go ahead!

@koic, would you mind moving this issue to the rubocop/rails tracker? I stumbled on this while updating and I think it's an issue that needs to be addressed. Also see:...

One way to handle the case could be like it was done in https://github.com/rubocop-hq/rubocop-rails/pull/48 and remove the `remove_column` from the combinable methods.