grape
grape copied to clipboard
An opinionated framework for creating REST-like APIs in Ruby.
## Description ### Problem In multi-threaded environments like Puma, the `options` hash is not thread-safe and can cause race conditions when multiple concurrent requests modify it. This leads to incorrect...
Did anyone had an idea to implement GraphQL along with REST API? Looks like when there are https://github.com/ruby-grape/grape-entity in the existing project, adding GraphQL could be done very easily (once...
Blocked by [PR 14 of the Danger gem](https://github.com/ruby-grape/danger/pull/14). refs #2615 https://github.com/ruby-grape/grape/pull/2614#issuecomment-3429212172 **PS:** I'm looking for a new adventure in case anybody is looking to hire or work with a Ruby/Rails/Crystal...
Rails add suppressed errors to rack envs, but i didnt found suppressed errors from grape in rack env So we wrote monkeypatch grape to access suppressed errors by Grape::Middleware::Error: ```ruby...