-
-
### Minecraft Version
1.20.1
### Mod
Vinery
### Mod Version
1.4.28
### Latest Version
- [X] Yes. I'm using the latest Version.
### Issue Description
It is possible to duplicate empty wine bot…
-
I would like to try this out with a mostly Grape-based application I'm working on, but maybe a more generic Rack integration would be suitable to support any kind of Rack application mounted in Rails …
-
### Minecraft Version
1.20.1
### Mod
Vinery
### Mod Version
1.4.28
### Latest Version
- [X] Yes. I'm using the latest Version.
### Issue Description
It deletes all the recipes in croptopia th…
-
grape_on_rails_routes only advertises a dependency on rails, however it also has a dependency on grape:
grape_klasses = ObjectSpace.each_object(Class).select { |klass| klass < Grape::API }
-
We are using [grape-batch](https://github.com/c4mprod/grape-batch) to handle batch requests in the server.
a POST http request is expected with a body like:
```
{
requests:
[
{
…
-
https://github.com/intridea/grape
-
I have the following files:
``` ruby
# app/controllers/api/v2/base.rb
module Api
module V2
class Base < Grape::API
mount V2::Jobs
end
end
end
# app/controllers/api/v2/jobs.rb
modul…
-
After upgrading to 0.16.2 from 0.15.0 I get this error:
`Mustermann::CompileError - can't use the same capture name twice: "/(*:path)*path(.json)":`
I have looked at the UPGRADING document and it do…
-
in lib/grape/dsl/logger.rb, we can see:
```
module Grape
module DSL
module Logger
include Grape::DSL::Settings
attr_writer :logger
# Set or retrive the configure…
piamo updated
8 years ago