Andres Gutierrez

Results 3 issues of Andres Gutierrez

I'd like to be able to do this (like in [ActiveRecord](https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-select)): ``` User.select(:name) ``` From #215 and the docs, it seems like it's possible to specify a custom SELECT at...

kind:enhancement
AR Feature Parity

Does the Kotless DSL currently support path parameters? I understand the documentation is a work in progress, so I tried using a few different common patterns e.g. `/users/:id`, `/users/{id}` just...

I followed the setup instructions in the README, and everything compiles, but as soon as I run the client code with a server running (i.e. every time I fire a...