No commit activity in last 3 years
No release in over 3 years
RailsEventStore integration plugin for the Trestle admin framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8
~> 0.2, >= 0.2.3
 Project Readme

Trestle RailsEventStore Integration (trestle-rails_event_store)

RailsEventStore integration plugin for the Trestle admin framework

Getting Started

These instructions assume you have a working Trestle application. To integrate trestle-rails_event_store, first add it to your application's Gemfile:

gem 'trestle-rails_event_store'

Run bundle install, and then restart your Rails server. You will then be able to access the RailsEventStore dashboard by accessing /admin/rails_event_store or by clicking the RailsEventStore button in the Trestle header.

Trestle-rails_event_store will hook into the trestle-auth plugin to ensure that the RailsEventStore dashboard can only be accessed by authenticated users.

License

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