Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

rom

Persistence and mapping toolkit for Ruby
Collective - Host: opensource - https://opencollective.com/rom - Code: https://github.com/rom-rb/rom

Ensure we tidy up the class attributes after each spec

github.com/rom-rb/rom - DangerDawson opened this pull request 3 months ago
Reduce the retained memory when defining the relation readers

github.com/rom-rb/rom - DangerDawson opened this pull request 3 months ago
Excessive memory use with many relations (>500)

github.com/rom-rb/rom - DangerDawson opened this issue 3 months ago
Fix ROM Struct examples

github.com/rom-rb/rom - cllns opened this pull request 4 months ago
Fix using .with on composite relations (fix #691)

github.com/rom-rb/rom - flash-gordon opened this pull request 5 months ago
Fix the documentation of associations.html.md

github.com/rom-rb/rom - wilsonsilva opened this pull request 6 months ago
uninitialized constant ROM::Memory::Types::Int

github.com/rom-rb/rom - wilsonsilva opened this issue 6 months ago
Update associations.html.md

github.com/rom-rb/rom - Keallar opened this pull request 8 months ago
Fixed Object#with conflict with ActiveSupport 7.1

github.com/rom-rb/rom - rykov opened this pull request 12 months ago
Fix `command(:create, result: :many)` for combines

github.com/rom-rb/rom - dgollahon opened this pull request about 1 year ago
Rails 7.1 incompatibility (Object#with)

github.com/rom-rb/rom - palkan opened this issue over 1 year ago
Update dependencies

github.com/rom-rb/rom - flash-gordon opened this pull request almost 2 years ago
Fix components link in README

github.com/rom-rb/rom - 00Masato opened this pull request over 2 years ago
Batch insert with one INSERT query

github.com/rom-rb/rom - paddor opened this issue over 2 years ago
[compat] restore dataset block behavior

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Address rubocop offenses

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Error when a relation with the name `options` exists.

github.com/rom-rb/rom - dhnaranjo opened this issue over 2 years ago
Fix one indentation

github.com/rom-rb/rom - baweaver opened this pull request over 2 years ago
Improve plugin API

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Deprecate notifications and improve plugin system

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Rename Runtime => Setup

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Relation doesn't work in repository

github.com/rom-rb/rom - nagamine-git opened this issue over 2 years ago
Auto-loadable components

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Refactor resolver 😈

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Schema and dataset setup improvements

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Views as components

github.com/rom-rb/rom - solnic opened this pull request over 2 years ago
Spec suite clean up

github.com/rom-rb/rom - solnic opened this pull request almost 3 years ago
Add support for relation.infer_id_from_class setting

github.com/rom-rb/rom - solnic opened this pull request almost 3 years ago
Turn Plugins module into global plugins container

github.com/rom-rb/rom - solnic opened this pull request almost 3 years ago
[ci] add ruby 3.1 to the matrix

github.com/rom-rb/rom - solnic opened this pull request almost 3 years ago
Import Transproc::Conditional

github.com/rom-rb/rom - ippachi opened this pull request about 3 years ago
Update README.md

github.com/rom-rb/rom - AlexeyMatskevich opened this pull request about 3 years ago
Top-level associations DSL

github.com/rom-rb/rom - solnic opened this pull request about 3 years ago
Reorganize spec suite

github.com/rom-rb/rom - solnic opened this pull request about 3 years ago
Port the rest to settings

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Simplified runtime

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Simplify inferring options

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
New settings api

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Generic Component API

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Merge Configuration with Setup

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Refactor and simplify plugin API

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Introduce dataset components

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Introduce association component

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Introduce gateway component

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
1st class schemas

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Make relation registry lazy

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Lazy-load mappers

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Lazy command registry

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Refactor command compiler

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Improve plugin setup

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Improve gateway setup

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Refactor setup/finalization

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Use Zeitwerk for loading components

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Switch to Equalizer from dry-core

github.com/rom-rb/rom - solnic opened this pull request over 3 years ago
Fix schema name verification #615

github.com/rom-rb/rom - ippachi opened this pull request over 3 years ago
Fix links to components in README

github.com/rom-rb/rom - mediafinger opened this pull request over 3 years ago
Improved usage example for custom mappers.

github.com/rom-rb/rom - mgiagante opened this pull request over 3 years ago
Adds hint for auto-registration with nested namespaces

github.com/rom-rb/rom - mgiagante opened this pull request over 3 years ago
Fix typo clarities -> clarity's

github.com/rom-rb/rom - parndt opened this pull request over 3 years ago
Fix typo in mappers guide

github.com/rom-rb/rom - jsonb-uy opened this pull request over 3 years ago
Replace references to transproc by dry-transformer

github.com/rom-rb/rom - smaximov opened this pull request over 3 years ago
Add how to disable auto_struct in repository

github.com/rom-rb/rom - apohllo opened this pull request over 3 years ago
#622 Fix gateway configuration options

github.com/rom-rb/rom - v-kolesnikov opened this pull request almost 4 years ago
Add gateway option to Repository#transaction

github.com/rom-rb/rom - flash-gordon opened this pull request almost 4 years ago
Using Repository#transaction with non-default gateways

github.com/rom-rb/rom - MasanoriOnishi opened this issue almost 4 years ago
Fix Ruby 3.0 compatibility

github.com/rom-rb/rom - v-kolesnikov opened this issue almost 4 years ago
[ci] update configs

github.com/rom-rb/rom - solnic opened this pull request almost 4 years ago
Fix specs

github.com/rom-rb/rom - solnic opened this pull request almost 4 years ago
#616 Relax freezing policy for `ROM::Configurable`

github.com/rom-rb/rom - v-kolesnikov opened this pull request almost 4 years ago
Relax freezing policy for `ROM::Configurable`

github.com/rom-rb/rom - v-kolesnikov opened this issue almost 4 years ago
Relation with name `:schema' causes registration problems

github.com/rom-rb/rom - dchandekstark opened this issue almost 4 years ago
Sort files before loading at auto-registration

github.com/rom-rb/rom - v-kolesnikov opened this pull request almost 4 years ago
Decouple Command from Relation

github.com/rom-rb/rom - solnic opened this pull request almost 4 years ago
Add pg_timestamptz to recommended extensions list for psql

github.com/rom-rb/rom - radar opened this pull request about 4 years ago
Being able to initialise a fully populated ROM::Struct

github.com/rom-rb/rom - mereghost opened this issue about 4 years ago
Configuration option for struct_namespace

github.com/rom-rb/rom - mereghost opened this issue about 4 years ago
"Quick Start" in README link is a 404

github.com/rom-rb/rom - bbugh opened this issue over 4 years ago
Improve AutoRegistration

github.com/rom-rb/rom - solnic opened this issue over 4 years ago
Decouple Command from Relation

github.com/rom-rb/rom - solnic opened this issue over 4 years ago
Fix database name in docker composer config

github.com/rom-rb/rom - waiting-for-dev opened this pull request over 4 years ago
Fix database name in docker composer config

github.com/rom-rb/rom - waiting-for-dev opened this pull request over 4 years ago
Auto correct

github.com/rom-rb/rom - solnic opened this pull request over 4 years ago
One gem to rule them all

github.com/rom-rb/rom - solnic opened this pull request over 4 years ago
Pass command options to changeset

github.com/rom-rb/rom - qortex opened this issue over 4 years ago
Allow to configure custom inflector

github.com/rom-rb/rom - flash-gordon opened this pull request over 4 years ago
[ci] truffleruby

github.com/rom-rb/rom - solnic opened this pull request almost 5 years ago
Nested combine fails when using views

github.com/rom-rb/rom - mrship opened this issue almost 5 years ago
Conflict with notifications relation

github.com/rom-rb/rom - alexandru-calinoiu opened this issue over 5 years ago