from Hacker News

25 Ruby Gems I use in almost every SaaS project

by polysaturate on 11/4/17, 11:03 PM with 3 comments

  • by johannsg on 11/5/17, 5:33 PM

    - Pundit for authorization (instead of cancan).

    - Shrine for handling uploads (instead of Paperclip).

    Both fantastic gems — shrine in particular has a clean and modern code base; it’s feature rich, yet flexible thanks to its plugin design.

    https://github.com/elabs/pundit

    http://shrinerb.com/shrinerb.com/

  • by allcentury on 11/5/17, 12:20 PM

    Paperclip is being deprecated so buyer beware.