Steve Brown
Steve Brown
updated tests to deal with changed `assert_equal nil, foo` to `assert_nil` removed unused variables. tested under ruby 2.7
One pattern for Pundit with closed systems is to throw a `Pundit::NotAuthorizedError` on initialize when the user is nil. It would be nice to test this using the lovely pundit-matchers...
It doesn't look like there is a license for this repo. Is it the same as search-tweets-python?
Translations for Rails generators and scaffolding would seem to fit in the scope of rails-i18n, but seem to be only partially included. For example in the [controller](https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/scaffold_controller/templates/controller.rb.tt) template: `notice: `...
First, thank you very much for writing this! I get the following code indentation: ``` redirect_to @foo, notice: 'Something' ``` The Ruby Style guide here [method argument alignment](https://github.com/rubocop/ruby-style-guide#method-arguments-alignment) says that...
### Description Terraform provider v 3 Two simple updates for the documentation that I think would be helpful. The documentation for instance.vps.ipv4: > [ipv4](https://registry.terraform.io/providers/linode/linode/latest/docs#ipv4-2) - This Linode's IPv4 Addresses. Each...