Sergey Kovalev
Sergey Kovalev
Has anyone interested?
This will brake support for old R/Spec
Hi there, bump
Hi guys, any updates?
@g8rswimmer @Guitarbum722 do you guys still aim to merge it? seems to be this package needs more love and support Great job so far, any plans to maintain it?
@markets, hi Thank you for an awesome list of awesome gems :) I had a quick look at it. I found a typo (by the way, link is correct) -...
In my case I fixed it in `config/initializers/session_store.rb`: by adding `domain: :all` and changing `cookie_store key` to handle various environments like `_#{Rails.env}`. Something like that: ```ruby Rails.application.config.session_store :cookie_store, key: "_my_name_#{Rails.env}",...
@shlima can you please take a look on this?
@derekprior Hi! Hope you are well. Did not talk to you since we worked on `NO DATA` functionality. Could you please take a look at this PR? What do you...
> Can you say more about this? > > > It's handy to have it when you disable_ddl_transaction in Rails migration and add indexes concurrently > > Conceptually, one of...