DEV Community

Discussion on: 27 Ruby Gems I use in almost every project

Collapse
 
12s12m profile image
12s12m

Very nice list!

Here are a few extras which I use:

  • annotate: adds annotations to the models, I add them to the end of the file
  • bullet: for showing unoptimized sql queries
  • contracts: this is a great library to add pre assertions to your methods
  • administrate: for the admin
  • whenever: for the cron schedules
Collapse
 
rob__race profile image
Rob Race

That’s a solid list of suggestions there. I’ll have to check out contracts. Don’t think I have seen that before!