Skip to content

jpmcgrath/usage_meter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors