Paweł Pacana
Paweł Pacana
Would it make sense to synchronize nodes using bittorrent instead of rsync when reaching `node:all`, especially with high `--concurrency` setting? There's already a tool that does it: https://github.com/lg/murder and I...
Currently bogus does not support stubbing method to yield given block as in [RR](https://github.com/rr/rr/blob/master/doc/03_api_overview.md#stubbing-method-to-yield-given-block) or [rspec-mocks](http://rubydoc.info/gems/rspec-mocks/RSpec/Mocks/MessageExpectation#and_yield-instance_method).
https://github.com/mbj/mutant/blob/main/Changelog.md#v01114-2022-07-31
It was never possible to use `rails_event_store` from git source and have a functioning browser: #583. ```ruby gem 'rails_event_store', github: 'RailsEventStore/rails_event_store', branch: 'store-ci-assets' ``` We only version sources. Assets are...
* one of most popular docs pages * does not depict current recommendations for AggregateRoot best practices * needs some background on why * link to arkency/aggregates and other newer...
It is possible to use Rack middleware that enhances recorded events metadata outside of Rails. Yet we ship it in the Rails version of the gem (`rails_event_store`): https://github.com/RailsEventStore/rails_event_store/blob/409339adbe094dabd439e15e46daaf145be7f647/rails_event_store/lib/rails_event_store/middleware.rb A wider...
Similarly to what RSpec counterpart does: ```ruby require "test_helper" Dir[Rails.root.join("_BC_HERE_/test/*_test.rb")].each do |test_file| require_relative test_file end ``` This helps tools like `mutant` or `rails t` to discover those tests (without knowing...
- verify changes between 4.2 and 5.0 https://github.com/rails/rails/blob/afc79e3cb0906d06b035ef30411c44ddc2132409/activerecord/lib/active_record/migration/compatibility.rb#L227-L295 - bump default for generators