Robert Pankowecki
Robert Pankowecki
It doesn't work for me. Rails 3.2.9 , Postgresql 8.4 `db/schema.rb`: ``` ActiveRecord::Schema.define(:version => 20121224130418) do create_table "objects", :id => false, :force => true do |t| t.string "uuid", :limit =>...
 from https://www.briisk.co/event-driven-architecture-and-ddd/
https://www.ibm.com/developerworks/cloud/library/cl-build-app-using-microservices-and-cqrs-trs/index.html 
Related #419
* [x] `aggregate_root` passes locally
* [x] `bounded_context` passes locally
* [ ] `ruby_event_store` Works except for everything related to `protobuf` as the gem can't be compiled. We would need to disable loading these things on Jruby ``` rspec ./spec/mappers/protobuf_spec.rb:7...
* [ ] `rails_event_store_active_record` Almost passed with: ``` platform(:mri) do gem 'sqlite3', '1.3.13' gem 'pg', '0.21' gem 'mysql2', '0.4.10' end platform(:jruby) do gem 'activerecord-jdbcmysql-adapter', '51.1' gem 'activerecord-jdbcpostgresql-adapter', '51.1' end ```...
* [ ] `rails_event_store-rspec` passes locally
https://www.reddit.com/r/ruby/comments/9clma3/truffle_ruby_100rc6_supports_pg_and_mysql_drivers/