seriousdev-gh
seriousdev-gh
Hello. Parameter renaming doesn't work if there is a hash inside given. Params: ``` requires :a, type: Hash do optional :c, type: String given :c do requires :b, type: Hash...
failing spec for issue https://github.com/ruby-grape/grape/issues/2347
Grape supports lambda and procs as default values, it evaluates them for each request. But grape-swagger doesn`t evaluate procs, it shows stringified representation of proc, as in screenshot:  This...