Nikita Misharin
Nikita Misharin
@ioquatix if it's still relevant, you can use [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator). I haven't used it myself, but looks like a great tool
@etagwerker thank you for a quick reply! Sure, would love to do that. One thing is unclear, though. When adding a new adapter: 1. Do I create a folder `adapters`...
@botandrose I really like the idea. Do you want to do it? I can implement that in a separate PR before implementing the README update
I took a look at the current adapters and it seems that maybe it would be a good idea to add a cli command for generating adapter. Something like ```ruby...
@botandrose I've started working on an README, but have found out that since v2 things changed a bit. For once, `database_cleaner-core` isn't yet released, but all future adapters should depend...
@ixti simple method calling is present in this benchmark just to showcase how fast safe navigation operator is. Maybe I should've make it more clear by adding note to readme...
@ixti thanks for your feedback. Fixed.
For future reference, this is order-dependent. ``` gem "redis", '< 4.6.0' gem "hiredis", "~> 0.6.0" ``` or ``` gem "hiredis", "~> 0.6.0" gem "redis", '< 4.6.0', require: ["redis", "redis/connection/hiredis"] ```
@jnunemaker In favor as well, but I think we should add a deprecation warning first. I'll create a pr for this later today
@prcongithub Hi! Could you be more specific please? Like what you you do and what's happening. That would help to identify and fix issues