rom-rb / rom-rails

Rails integration for Ruby Object Mapper
http://rom-rb.org
MIT License
159 stars 51 forks source link

Support Rails 7 #124

Open eugene-jetruby opened 2 years ago

eugene-jetruby commented 2 years ago

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. Thank you.

jacob-s-son commented 1 year ago

@sasa-b , I saw in the latest PR that you were given the reigns of maintainer. If look into this and make necessary fixes, would you consider merging? I am working on a new rails project and keen to make some good choices at the very beginning of the project to improve future modularity and maintainability.

P.S. Additionally I would love to add docker/docker-compose support, so that contributing does not require runtime setup on the host machine. Let me know what you think.

sasa-b commented 1 year ago

@jacob-s-son I would love that, go for it!

voigtito commented 1 year ago

Hi, any news on this issue? I saw that the PR is open but it needs a review from a maintainer