Chris Flipse

Results 6 issues of Chris Flipse

When using auto_struct and a module definition, ROM is not respecting the configured types for an association. ```ruby schema(:articles, infer: true) do associations do belongs_to :profiles, as: :author, foreign_key: :author_id...

bug
associations
repository

**Describe the bug** In postgres, citext arrays (`citext[]`) are not supported consistantly with text arrays (`text[]`). Both types should be usable. Currently, `text[]` is supported as expected; when values are...

bug

different HTTP methods are going to have different needs from their response handlers; it should be easy to select a separate response handler to use, so that the same `call`...

enhancement

path-based requests are not particularly capable of handling requests for multiple ID values, and when an HTTP relation is provided as a part of a pipeline, it may be necessary...

enhancement

work in progress PR for adding rom-http documentations. PR opened so folks can comment