Gems
simplymadeapps/simple_scheduler: An enhancement for Heroku Scheduler + Sidekiq for scheduling jobs at specific times.
Simple Scheduler is a scheduling add-on that is designed to be used with Sidekiq and Heroku Scheduler. It gives you the ability to schedule tasks at any interval without adding a clock process. Heroku Scheduler only allows you to schedule tasks ev...
ruby-grape/grape: An opinionated framework for creating REST-like APIs in Ruby.
Grape is a REST-like API framework for Ruby. It's designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs. It has built-in support for common conv...
bkuhlmann/gemsmith: A command line interface for smithing Ruby gems.
Gemsmith is a command line interface for smithing Ruby gems. Perfect for when you need a professional and robust tool beyond Bundler's basic gem skeletons. While Bundler is great for creating your first gem, you’ll quickly outgrow Bundler when cre...
ankane/the-ultimate-guide-to-ruby-timeouts: Timeouts for popular Ruby gems
An unresponsive service can be worse than a down one. It can tie up your entire system if not handled properly. All network requests should have a timeout.
Here’s how to add timeouts for popular Ruby gems. All have been tested. You should avoid R...
angellist/zaxcel: A Ruby DSL for building Excel spreadsheets programmatically
Zaxcel is a Ruby library built on top of caxlsx that adds an abstraction layer to building Excel documents. It provides simple methods for building formulas and references to other cells, even across many worksheets, using a clean Ruby DSL without...