inherited_resources deprecated
Created by: tracyloisel
Hi friends,
I read a DEPRECATION notice on the home page for gem inherited_resources. Do you plan to update your zobi gem ?
Deprecation notice
Since Rails 3 came out, I have no longer used Inherited Resources and it is no longer actively maintained. I have found that the responders abstraction offers the perfect balance between hiding and showing too much logic in controllers. That said, I suggest developers to make use of Rails' respond_with feature alongside the responders gem as a replacement to Inherited Resources.