grape-swagger-rails
grape-swagger-rails copied to clipboard
Swagger UI as Rails Engine for grape-swagger gem.
Provide an easy way to add your own CSS file on top of the delivered CSS.
I wanna to custom style for swagger, I copy `application.css` from `grape-swagger-rails` and place into `myapp/app/assets/stylesheets/grape_swagger_rails`. ``` /* *= require reset *= require screen *= require_self */ ul { margin-left:...
Im working a on a rails 5 project that no longer uses sprockets for it's asset/js compilation. The project now uses webpacker. Has anyone managed to get the grape-swagger-ui to...
I was trying to do something like this, but I keep getting Error: items is invalid. Any help is welcome requires :items, type: Array do requires :description, type: String, documentation:...
I am trying to integrate swagger in my new rails 6 project. I have added `.json` files as specified in the documentation. But I facing following error: # manifest.js ```...
Hi guys, I'm using `grape-swagger-rails (0.3.0)` to generate the documentation for a JSON API. I have an issue with all the actions expecting a payload in JSON format : indeed,...
Hey, this is a very nice project, but keeping swagger-ui dist files in the repository among with rake-task for downloading them makes me sad. I have an idea to add...
Hi, Sometimes content is hidden and there's no way to see it so I added a horizontal scroll.
There are ways of excluding some files from Analysis. https://docs.codeclimate.com/docs/excluding-files-and-folders Excluding some files would focus the analysis, and make the final score more informative.