stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Grouping does not work in swagger ui 2.1.4 and grape-swagger 0.20 #72

Open stefan-kolb opened 8 years ago

stefan-kolb commented 8 years ago

image image

croeck commented 8 years ago

Could be somehow related to a recent comment which was made on one of the changes I made in grape-swagger to enable this feature. I am not 100% sure if this is related to grape-swagger, but I would assume so. My original code snippet is still enabled and the documentation also describes this feature, but all my tests were not migrated to version 0.20 wherefore I am not convinced this is still working.

stefan-kolb commented 8 years ago

Good point. I saw that they migrated the code and documentation, but didn't check the tests yet. Seems like they are moving a bit fast and break too much things at the moment :cry: I mean it's not absolutely necessary but still was a nice feature.

stefan-kolb commented 8 years ago

See https://github.com/ruby-grape/grape-swagger/issues/414