Robert Pankowecki

Results 62 comments of 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 =>...

![command-handlers](https://user-images.githubusercontent.com/65587/42678048-025f1478-867e-11e8-99e8-67e87b42efc2.jpg) 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 ![elements](https://user-images.githubusercontent.com/65587/47556043-b0464e80-d90d-11e8-8683-0c99b1cfacec.png)

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/