Re: [Rails] inheriter_resource gem is now deprecated.

2012-03-14 Thread Mauro
https://github.com/josevalim/inherited_resources read the deprecation notes in the README. On 14 March 2012 02:51, Bruno Coelho wrote: > > On Tue, Mar 13, 2012 at 5:50 AM, Mauro wrote: >> >> Someone use or had used inherited_resource gem? >> I find it very userful to not repeat code in simple

Re: [Rails] inheriter_resource gem is now deprecated.

2012-03-13 Thread Bruno Coelho
On Tue, Mar 13, 2012 at 5:50 AM, Mauro wrote: > 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.

[Rails] inheriter_resource gem is now deprecated.

2012-03-13 Thread Mauro
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