update gem for rails 6.1 + ruby 3.0.2#21
Conversation
|
It looks like it does what it is supposed to 🎉 I was unable to (quickly) get the tests running locally (likely due to rails 3 and ancient rake not playing nice with a modern system), so could not validate it that way. I've integrated this into my own fork to test it in practice against a large real codebase, and deprecation warnings disappeared in the test suite, without introducing new errors. Consider this anecdotal evidence for working on rails 6.1 + ruby 2.7. 👍 |
|
thanks for this 👍 |
|
Any chance this could get integrated for a RubyGems release? |
|
I tried to get the tests to run on github actions, but https://github.com/payrollhero/dynamic_form/runs/6333790595 anyone know what provides |
part of ActionView, it used to be in a different place so maybe the included module needs to change or something https://apidock.com/rails/ActionView/ModelNaming/convert_to_model |
|
Note that I have tried switching my app to use this branch, and I am getting several tests failures. I have yet to investigate what they are. |
…uivalent in this case
Mostly ruby 2.7+, I guess, since it was just keyword parameters.