ROM + Rails in production

Hey,

Is there anybody here that uses ROM + Rails in production?

Since ROM uses Sequel, its a safe and mature usage? (replace ActiveRecord for ROM)

Yes many people use rom with rails. The only “issue” is that it’s not tightly integrated like ActiveModel-compatible ORMs are because rom doesn’t follow the same design pattern (namely Active Record).