-
In a much older version of grape-swagger this used to work:
```ruby
models: [
Presenters::ApplicationPresenter
]
```
where
```ruby
module Presenters
module ApplicationPresen…
-
Hey,
I've added Russian Doll caching to an existing endpoint, and I'm getting the strange error below.
**This is the code I have:**
``` ruby
category = Category.find_by_id(params[:category_id])
or…
-
This ticket will start with a definition of Wine Style, followed by a list of subClasses of Wine Style, and then followed by definitions of each Wine Style. Additional tickets will breakout more subC…
-
tl;dr: it's too easy to write Grape endpoints that are not protected against [Mass Assignment abuse](https://en.wikipedia.org/wiki/Mass_assignment_vulnerability).
I've created [an example Rails app…
-
Hello! I'm using Grape gem in one of my production apps. This app also uses Sentry for error reporting and performance monitoring. This issue is not strictly tied to grape but - for some reason, Sentr…
-
Thanks a lot for providing this gem. It helps so much for integrating rails log and logstasher.
I am also using Grape on top of Rails for API, this part of log is not formatted by `logstasher` gem, i…
-
/usr/local/rvm/gems/ruby-2.1.5/gems/grape_devise_token_auth-0.1.3/lib/grape_devise_token_auth/configuration.rb:10:in `initialize': uninitialized constant GrapeDeviseTokenAuth::Configuration::DeviseTok…
-
In the vanilla game, you can add a "wait for full load of " or "unload all " entry to a vehicle's route.
If you're in a situation where you want a train to go back and forth between station A and s…
-
I've recently started work on updating our codebase to the current versions of `grape`, `grape-entity` and `grape_logging`. Whereas one of our APIs works with `grape` 1.2.4, `grape-entity` 0.7.1 and `…
-
This issue looks similar to the issue fixed in #508.
```
~/workspace/ruby/test_grape_swagger hanfei@hanfei-rmbp
0:59:43 ❯ cat Gemfile
source 'https://rubygems.org'
gem 'grape', '~> 0.19'
gem…