Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created October 7, 2018 17:34
Show Gist options
  • Save mostlyobvious/18e9018d8da1263694bf53b4cdc044d4 to your computer and use it in GitHub Desktop.
Save mostlyobvious/18e9018d8da1263694bf53b4cdc044d4 to your computer and use it in GitHub Desktop.
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