rails_event_store
rails_event_store copied to clipboard
A Ruby implementation of an Event Store based on Active Record
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.9 to 3.4.14. Release notes Sourced from tailwindcss's releases. v3.4.14 Fixed Don't set display: none on elements that use hidden="until-found" (#14625) v3.4.13 Fixed Improve source glob verification...
Bumps [arbre](https://github.com/activeadmin/arbre) from 2.0.0 to 2.0.2. Release notes Sourced from arbre's releases. v2.0.1 What's Changed Remove unnecessary .compact call by @tagliala in activeadmin/arbre#562 Test against Ruby 3.3 by @tagliala in...
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. Release notes Sourced from webrick's releases. v1.8.2 What's Changed Drop commented-out line by @olleolleolle in ruby/webrick#108 Add Ruby 3.1 & 3.2 to CI matrix...
Hi guys. Do you think it would be possible to also sort by milliseconds in the browser  12:15:45.524 should come after 12:15:45.300 -> which...
Bumps [faraday](https://github.com/lostisland/faraday) from 2.9.1 to 2.12.0. Release notes Sourced from faraday's releases. v2.12.0 What's Changed New features ✨ Make RaiseError middleware configurable to not raise error on certain status codes...
Bumps [justinmimbs/timezone-data](https://github.com/justinmimbs/timezone-data) from 10.1.1 to 11.0.0. Commits 4ab8404 Bump a1eda01 Update for 2024b 0c899b2 Build with python2 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.19.1 to 3.19.3. Release notes Sourced from uglify-js's releases. v3.19.3 Bug Fixes assignment operator (abefd944eaebfd20d7f01e75353de2c5260bd586, cf87290819d87bfec842503ae655eafeffd5bdb6) function call (4a92cdc4807a01bcaba9003a45a0e13c46653a8f) function literal (303417cb64f145b52d8162ad2ffb8a48c56aac38) property accessor (f34fbb2c36b2fd1cfe38aa12d103cdeb3916c73d, 23f98ba3e19b30bfd47de7c1a4740f8aa442b333, abefd944eaebfd20d7f01e75353de2c5260bd586,...
Bumps [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) from 0.5.13 to 0.5.15. Release notes Sourced from @tailwindcss/typography's releases. v0.5.15 Fixed Support installing with alpha versions of Tailwind CSS v4 (#358) v0.5.14 Fix table text alignment (#346)...
First off, this library seems well thought out and comprehensive. Thank you for providing it. In the [documentation for subscriptions](https://railseventstore.org/docs/core-concepts/subscribe#synchronous-handlers) it shows the subscriber being called with only the event....