Guilherme Goettems Schneider

Results 4 issues of Guilherme Goettems Schneider

The error only happens when booting a Rails app in a particular way (sidekiqswarm) when loading a nested class whose parent class inherits from `Grape::API`. For example: ```ruby # app/api/thing.rb...

bug?

When generating `.rubocop_todo.yml` with `--auto-gen-only-exclude` option, if a file contains both a `Layout/LineLength` offense and disable `Layout/LineLength` rule for block (thus re-enabling it afterwards), then the resulting `.rubocop_todo.yml` contains two...

I'm trying to migrate an app that still uses prototype from Rails 4.1 to 4.2. I'm using Rails 4.2.rc2. Steps to reproduce: ``` rails new testapp -j prototype cd testapp...

I tried to migrate from annotate gem, to see if this gem fixes [an issue we had with the original](https://github.com/ctran/annotate_models/issues/969#issuecomment-1274431334) in which it does not work with Zeitwerk namespaces. Our...