Paweł Pacana
Paweł Pacana
Correct me if I'm wrong. As of now: - `rails_event_store-2.6.0` depends on `rails_event_store-2.6.0` - `rails_event_store-master` depends on `ruby_event_store-active_record-master` We did it because we control this dependency and replaced internally all...
What do you mean by `m2r` binary?
I don't have access to admin panel for this repo.
The Ruby buildpack would produce following `/.profile.d/ruby.sh`: ``` export LANG=${LANG:-en_US.UTF-8} export GEM_PATH="$HOME/vendor/bundle/ruby/2.7.0:$GEM_PATH" export PATH="$HOME/vendor/yarn-v1.22.4/bin/:$HOME/bin:$HOME/vendor/bundle/bin:$HOME/vendor/bundle/ruby/2.7.0/bin:$PATH" export DISABLE_SPRING="1" export MALLOC_ARENA_MAX=${MALLOC_ARENA_MAX:-2} export BUNDLE_PATH=${BUNDLE_PATH:-vendor/bundle} export BUNDLE_WITHOUT=${BUNDLE_WITHOUT:-development:test} export BUNDLE_BIN=${BUNDLE_BIN:-vendor/bundle/bin} export BUNDLE_DEPLOYMENT=${BUNDLE_DEPLOYMENT:-1} export RAILS_ENV=${RAILS_ENV:-production} export RACK_ENV=${RACK_ENV:-production}...
That should work for MySQL too: https://dev.mysql.com/blog-archive/mysql-8-0-1-using-skip-locked-and-nowait-to-handle-hot-rows/
Found [a way](https://github.com/RailsEventStore/rails_event_store/pull/1904) to resolve this. Closing the issue now and expecting the fix to appear in next release — likely next week 🙌
It looks like 1.x docs are now 2.x docs and vice-versa :/