rom-mongo icon indicating copy to clipboard operation
rom-mongo copied to clipboard

(Looking for a maintainer) MongoDB support for rom-rb

Results 10 rom-mongo issues
Sort by recently updated
recently updated
newest added

Hello ! I want to use ROM with MongoDB (legacy choice :-1:) The problem is that I don't know where to start to update this gem. Thanks for your help...

help wanted

Relation can not be finalized if it has at least one defined association. ```ruby #!/usr/bin/env ruby require 'bundler/inline' gemfile(true) do gem 'dry-struct', '~> 0.3.1' gem 'rom-mongo', github: 'rom-rb/rom-mongo', branch: :master...

Hi, all! I found this repo was broken months ago and tried to fix it. Fixes #24 CC @solnic @flash-gordon

Hi, folks! I assume `ROM::Mongo::Struct` was broken after this commit: https://github.com/dry-rb/dry-struct/pull/55/files https://github.com/rom-rb/rom-mongo/blob/cc335a47ee8504eb9ed660e130daea2557a235b8/lib/rom/mongo/struct.rb#L4-L8 I think we can just remove this option and inherit `:permissive` option from ROM::Struct. I would love to...

It turned out origin gem has been merged into mongoid codebase and is now considered a private API. Because of this we need to rely only on the driver. If...

help wanted

Origin gem displays the warning: ``` /Users/wafcio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/origin-2.3.0/lib/origin/aggregable.rb:26: warning: instance variable @aggregating not initialized ``` It can be hard to fix because origin gem is legacy right now.

I working with ROM-mongo on a mongo DB that have dynamic fields on each collection, I defined a schema for the collection, but ROM struct raises an exception when trying...

_From @kwando on August 14, 2015 10:37_ rom-mongo needs a way to query a collection with a raw query selector, right now you are forced to use the query DSL....