Guilherme Goettems Schneider
Guilherme Goettems Schneider
Duplicate key Layout/LineLength in `.rubocop_todo.yml` when Layout/LineLength is enabled via comment
I was able to narrow down the cause and updated the description, accordingly.
Here's a monkey patch we are using that find classes based on zeitwerk loader. Our use case is for loading classes within namespaces. I'm not sure if it works with...
@allisonphillips Thank you for investigating. You're right in your analysis. I deliberate removed the inheritance from `NestedThing` and removed the mounting in order to "simplify" my demonstration, to show that...
Using branch 4.2 AND reverting bc8041559a11c16ef25228b019250b3cc122e115 would fix the problem.
In Gemfile: `gem 'prototype-rails', github: 'rails/prototype-rails', branch: '4.2'`
Thanks @drwl, yes, that representes the issue we have.
@drwl Thank you. I tested #85 and it worked, ie. it correctly annotated the models in the namespace, specified in `model_dir` config. I just can't annotate fabricators and tests. I...
Great, thank you so much.