rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

A Ruby implementation of an Event Store based on Active Record

Results 129 rails_event_store issues
Sort by recently updated
recently updated
newest added

Potential inspiration: ![img_20180324_103534](https://user-images.githubusercontent.com/65587/37919259-b25e22d4-3123-11e8-83cd-a1410bb2e72e.jpg)

documentation

_From @paneq on March 13, 2018 9:50_ Incorportate feedback https://www.reddit.com/r/ruby/comments/83vxx5/railsruby_eventstore_newest_release_with_nicer/dvl18fm/ ``` Hi Robert, I am looking forward seeing you at Wroclove.rb this week! :) This is a really cool project,...

documentation

_From @paneq on October 27, 2017 8:20_ * https://twitter.com/sehurlburt/status/921921604140937216?s=09 * https://twitter.com/sehurlburt/status/922265246684798976 ![selection_728](https://user-images.githubusercontent.com/65587/32094304-985e74dc-baff-11e7-9712-771a916ee20f.jpg) ![selection_729](https://user-images.githubusercontent.com/65587/32094328-b080f134-baff-11e7-96d2-095de7294e61.jpg) I believe we need to more clearly emphasize the benefits and show usage so dev can start...

documentation

The discussion on the [implementation of optimistic locking](https://github.com/RailsEventStore/rails_event_store/pull/86) made me think that it would be beneficial to have an automated way to benchmark RES. Reasons are pretty obvious * to...

Consider a completely new section in documentation where we describe how RES integrates with others, i.e.: - with Sinatra - with Hanami - with Rspec - with Rails - with...

documentation

Having a glossary could improve overall quality of the documentation. If we have one place to briefly describe common concepts, the less of it is needed in other places. It...

documentation

At the moment we rely on particular test to check if the code does not generate any Ruby warning: ```ruby module RubyEventStore RSpec.describe 'no warnings' do specify do expect(aggregate_root_warnings).to eq([])...

maintenance

_From @gottfrois on June 20, 2016 11:36_ When defining global and per event subscribers, we should respect in what order they are defined. Today we trigger global subscribers after per...

It is frequently asked how read models can be updated/rebuilt. Providing some examples for could help.

documentation

Make shared links more precise with: https://developers.facebook.com/docs/sharing/webmasters/ http://ogp.me https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html https://github.com/rom-rb/rom-rb.org/blob/84d36d15cc9ac1fc7c993bb8cf437301909b5af0/source/layouts/_meta.slim https://github.com/rom-rb/rom-rb.org/blob/84d36d15cc9ac1fc7c993bb8cf437301909b5af0/config.rb#L96-L110

maintenance