RailsThrottle CircleCI Gem Version

RailsThrottle is a simple library used to throttle code in your Rails application.

Installation

Add this line to your application's Gemfile:

gem "rails_throttle", "~> 0.2.0"

And then execute:

$ bundle

Or install it yourself as:

$ gem install rails_throttle

Usage

Development

Just the usual clone and bundle to install dependencies. Run rake test to run tests.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/peterzhu2118/rails_throttle.

License

The gem is available as open source under the terms of the MIT License.