You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The gem is deprecated
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.
https://github.com/josevalim/inherited_resources
The text was updated successfully, but these errors were encountered: