Someone use or had used inherited_resource gem? I find it very userful to not repeat code in simple crud applications. The maintainer said that the gem is no longer maintained. Using helpers like resource or collection, or collection_url, etc. saved me to duplicate code. What solution do you adopt to avoid code duplication in your controllers?
Someone use or had used inherited_resource gem?
I find it very userful to not repeat code in simple crud applications.
The maintainer said that the gem is no longer maintained.
Using helpers like resource or collection, or collection_url, etc.
saved me to duplicate code.
What solution do you adopt to avoid code duplication in your controllers?
Are you sure it is deprecated?
Take a look at this comment written five days ago by Carlos Silva in a github issue.
We’re releasing a new version of IR, please try it after the release and let us know if that worked. Thanks