Backend

RuboCop Github Action RSpec MIT License

An administration panel for Ruby on Rails.

Installation

Add the following line to Gemfile:

gem "backend", "~> 1.0"

and run bundle install from your terminal to install it.

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.

Versioning

This library aims to adhere to Semantic Versioning. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and/or a new version should be immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new major versions. As a result of this policy, you can (and should) specify a dependency on this gem using the Pessimistic Version Constraint with two digits of precision. For example:

gem "backend", "~> 1.0"

License

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