Matthew Millsaps-Brewer

Results 7 issues of Matthew Millsaps-Brewer

Add support for defining named scopes on a model, providing class & relation-level methods for chain-ability. - [x] Support for named scopes from class or relation - [x] Do not...

Replaces #67 as a generic way to associate a Hash of data with a `ColumnDefinition` as you please.

First time using this instead of any other JS drivers, so thanks for the framework and exciting! I'm trying to write a test for a Stripe checkout.js page (subscribing to...

Attempting to provide more specifications on the parameter object itself, such as `style` or `explode` seems impossible right now, as any options provided are nested under the `schema` object itself....

Currently I do not see a way to denote that an endpoint requires multiple security schemas via AND. Is there support for this? ```ruby # defined in our ApplicationController components...

Filed issue https://github.com/rails/rails/issues/40874 for starters, unsure where the problem lies.

Is there any reason why this would not work with bundler? I did the following: - Added a `Gemfile` to my project with `remote_model` listed - Updated my Rakefile to...