Skip to content

Instantly share code, notes, and snippets.

@valeth
Last active March 1, 2018 11:32
Show Gist options
  • Save valeth/f1a5e7a7a6ac024c6e9253a2dd381fc9 to your computer and use it in GitHub Desktop.
Save valeth/f1a5e7a7a6ac024c6e9253a2dd381fc9 to your computer and use it in GitHub Desktop.
Useful ruby gems
# Event scheduling
gem "rufus-scheduler"
# Retrying with exponential backoff
gem "retriable"
# RSS/Atom feed parsing
gem "feedjira"
# Markdown processing
gem "redcarpet"
# E-Mail
gem "mailcatcher"
# Interactive console
gem "pry"
gem "pry-doc"
gem "pry-rails"
# Authentication
gem "devise"
# Authorization
gem "cancancan"
# Role management (Admin, User, etc.)
gem "rolify"
# More concise logs
gem "lograge"
# Administration dashboard
gem "rails_admin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment