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

Rails integration for Ruby Object Mapper

Results 7 rom-rails issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ROM keep previous connections when rails reload the codebase. Due to this behavior, after some changes you get a ``` PG::ConnectionBad: FATAL: remaining connection slots are reserved...

bug

Hi, I would like to know if there is way to set the namespace config to TRUE since in the rom-rb the default value is true. In the: **lib/rom/rails/railtie.rb** we...

feature

## How to reproduce * Set up a Rails project * Make a User "model": * [Migration](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/db/migrate/20150914213325_create_users.rb) * [Relation](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/relations/users.rb) * [Repository](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/repositories/user_repository.rb) * [Struct (Entity)](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/models/entities/user.rb) * Insert some test user names...

documentation

These links were not working before.

Rails 7 was released in December 2021. At the moment https://github.com/rom-rb/rom-rails/blob/master/rom-rails.gemspec depends on railties < 6.2, which makes it impossible to install with Rails 7. Please consider supporting Rails 7....

feature

**Describe the bug** I followed your guide on setting up rom-rails and it doesn't work with Sqlite database, to make sure that it's not outdated and that it actually works...

bug