Alessandro Rodi
Alessandro Rodi
A gist which reproduces your issue would help me. Please provide one following the issue template. Thank you!
I see your concern here. This could be improved, I agree. A PR is welcome.
I'd like to tackle this by the next release that focuses on nested associations. Would it be possible for you to add the test for this case and rebase on...
Similar to #367
I encountered a similar issue. What worked for me was actually adding steep gem to my Gemfile and running it with `bundle exec steep check`.
I am adding my solution here. Our models do not `include Her::Model` directly but they all inherit from an `ApplicationModel` that includes `Her::Model`. This gives us the possibility to override...
Fixes #371 and https://github.com/glebm/i18n-tasks/issues/291 ?
Related issue: https://github.com/glebm/i18n-tasks/issues/319
Currently `bundle exec i18n-tasks check-normalized` behaves differently locally and on TravisCI. I need to investigate the issue.