A Rails engine to track usage metrics of features, useful for implementing usage-based billing.
How to use my plugin.
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 3.0+ and above
- Rails 7.0.x and above
- SQLite: Supported for local development and testing.
- PostgreSQL: Fully supported and recommended for production.
- MySQL: Supported for production environments.
Add this line to your application's Gemfile:
gem "usage_meter"And then execute:
$ bundleOr install it yourself as:
$ gem install usage_meterWe are not actively accepting contributions at this early stage of development, and external pull Requests will be automatically closed.
The gem is available as under the terms of the License