Created
October 7, 2018 17:34
-
-
Save mostlyobvious/18e9018d8da1263694bf53b4cdc044d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'rails_event_store' | |
generate 'rails_event_store_active_record:migration' | |
rails_command 'db:migrate' | |
initializer 'rails_event_store.rb', <<-CODE | |
Rails.configuration.to_prepare do | |
Rails.configuration.event_store = RailsEventStore::Client.new | |
end | |
CODE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment