Sha256: e99007a9ffcfa2998489e9dbd71a69fb2b4b4f5b8029111ba9984faece6939c9
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 Bytes
Contents
# Sequent-Rails Warning: This is an experiment gem, not sutable for production use. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'sequent-rails' ``` And then execute: ```bash bundle rails generate sequent:install rails db:migrate ``` This will generate a migration file to create Sequent's event store in the database and then run it. ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sequent-rails-0.1.1 | README.md |
sequent-rails-0.1.0 | README.md |