Kevin Olbrich
Kevin Olbrich
It's possible to reference a class or other method in a YARD document like ``` # This is a {Foo} class # This is a {Foo#bar} method ``` It would...
We have a use case where some aspects of a service may change over time. In particular the `prefetch` may be updated as new guidance becomes available. Consumers of this...
Fixes #352 - [ ] Depends on https://github.com/blowmage/minitest-rails/pull/232 & https://github.com/blowmage/minitest-rails/issues/234 - [ ] Depends on https://jira.mongodb.org/browse/RUBY-2834 - [x] Add ruby 3.1 to build matrix It looks like MongoDB hasn't even...
Add support for Rails 7.0 and Ruby 3.1. Note: It appears that v0.16.0 will work fine with Rails 7 so long as you are using the appropriate version of heartcombo/devise....
We want to perform a general cleanup of many of our modules before you move to 1.0. While there may be more issues with this particular module, a good starting...
We want to perform a general cleanup of many of our modules before you move to 1.0. While there may be more issues with this particular module, a good starting...
Password Expirable is due for a cleanup / refactor. Known issues: - [ ] instances of the resource are extended with `DatabaseAuthenticatablePatch` in the controller which means that the behavior...
It would be helpful for large projects if codeclimate cli would recognize and use rubocop's built-in caching. See https://github.com/bbatsov/rubocop/blob/master/manual/caching.md
Some people have expressed an interest in building and running their own crucible server. A chef cookbook can be created to simplify the installation and deployment of this tool.