-
### Feature Request
Hi, it seems currently there is no straightforward way, at least that I have come across, to allow implementing IntoFilterData on custom types. I understand the IntoFilterData …
-
From [M8theone on Discord](https://discord.com/channels/714539345050075176/722286738344640552/895453998654574592):
> Maybe add different colored milks from colored cows, and have milk values fluctu…
-
http://pastebin.com/QQV0NJ5K
``` ruby
# Entity
module API
module Entities
class Article < Grape::Entity
expose :title, documentation: { type: 'string', desc: 'Title' }
expose :b…
-
```
Seems that Groovy 'star-dot' operator doesn't like stubbed properties of Spock
doubles. Instead of returning the stubbed value, it returns an object. See the
attached test case (ready to run in …
-
When defining the same routes under different versions, the version 2 routes are not matching on the http method, it appears that they're only looking at the name.
```ruby
class API < Grape::API
…
-
I am currently upgrading my app to Rails 5.1.6, and when I `bundle update` to latest sprockets-rails 3.2.1, I get the following output in `localhost:3000`:
![image](https://user-images.githubuserco…
-
See https://github.com/slack-ruby/slack-ruby-bot-server-events/issues/5 where an error was difficult to track down to the line that caused it.
-
First a part of my definition code,
```ruby
params do
requires :id, type: Integer
optional :text, type: String, regexp: /\A[a-z]+\z/
group :group_params, type: Hash …
-
[log.txt](https://github.com/Floogen/Stardrop/files/15143096/log.txt)
Enabling mods works, can't disable without going into the text file manually.
I'm on Win11 w/ a 12600K and a 4070 Ti
-
### 🔍 Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### ℹ Environment / Computer Info
```Markdown
- Controller version: v0.5.0
- Describe the drive…