swagger_ui_engine
swagger_ui_engine copied to clipboard
Include swagger-ui as rails engine and document your API with simple JSON or YAML files.
* @ozmar-11 - fix https://github.com/zuzannast/swagger_ui_engine/issues/19 * @mrhaddad - add support for Rails 6
I believe this is a simple fix of replacing `add_template_helper` with `helper` in the controller to make this work with rails 6.1
Propose to create separate branch for Rails 6.
I use Rails 6.0.3.4 and it cannot resolved ``` swagger_ui_engine (~> 1.1, >= 1.1.3) was resolved to 1.1.3, which depends on rails (< 6, >= 4.2) ``` Please update.
When I open swagger, I get an error that I can't see the image. ``` Started GET "/api_docs/null?url=http://192.168.33.10:3000/api/swagger.yaml" for 192.168.33.1 at 2020-06-12 07:43:54 +0000 ActionController::RoutingError (No route matches [GET] "/api_docs/null"):...
Curious to know if anybody has methods to change swagger host according to the environment or requesting domain
I want to change the UI and make look the same as the one on the swagger editor, it's much cleaner. Any help?
Please help to figure out how to change path to documentation so that I won't need to place it under 'public/swagger_docs/v1/swagger.json'? I'm used to use https://github.com/brennovich/ruby-swagger and with Rails update...
Hello there! I just wanted to know if you have in the roadmap to include support for v3. Thanks!
Hello @zuzannast! I'm using your gem to an internal project and I'm having the following issue: When I "try out" a post to an endpoint is not taking into account...