What rails plugins are good, stable and *really* enhance your code?

前端 未结 7 1682
难免孤独
难免孤独 2021-02-03 14:44

Anyone have a list of rails plugins that are both stable and give you enough functionality to be worth the extra effort of supporting?

Edit:

I am mos

7条回答
  •  日久生厌
    2021-02-03 15:06

    Try resource_controller. http://jamesgolick.com/2007/10/19/introducing-resource_controller-focus-on-what-makes-your-controller-special

    It seriously dries up your RESTful controllers. And is the only plausible way of implementing polymorphic actions that I've come across.

    Loads of other good stuff too. Give it a try.

提交回复
热议问题