0.0
The project is in a healthy, maintained state
A Rails engine to track usage metrics of features, useful for implementing usage-based billing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 7.1.0
 Project Readme

UsageMeter

A Rails engine to track usage metrics of features, useful for implementing usage-based billing.

Usage

How to use my plugin.

Supported Versions

Usage Meter supports all stable versions of Ruby, and Ruby on Rails, as per those project's maintenance policies. Support for out of maintenance versions of Ruby and Rails will continue whilst not hampering development efforts.

https://rubyonrails.org/maintenance

https://www.ruby-lang.org/en/downloads/branches/

Ruby

  • Ruby 3.0+ and above

Rails

  • Rails 7.0.x and above

Databases

  • SQLite: Supported for local development and testing.
  • PostgreSQL: Fully supported and recommended for production.
  • MySQL: Supported for production environments.

Installation

Add this line to your application's Gemfile:

gem "usage_meter"

And then execute:

$ bundle

Or install it yourself as:

$ gem install usage_meter

Contributing

We are not actively accepting contributions at this early stage of development, and external pull Requests will be automatically closed.

License

The gem is available as under the terms of the License