Open
Description
This could use the simplified HTML/JS/CSS version of Swagger UI.
- Migrate to this version https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md#plain-old-htmlcssjs-standalone
- This is an example only. Need to pull down the assets into the repo.
- Update Rake task to pull new versions as necessary
- Update Swagger
index.html.erb
as necessary
I'd also like to:
- Update the dummy app in this style of 6.0+ if not already. See separrate issue: Update the dummy app with more modern Rails conventions #109
- Add a test matrix for newer versions of
grape-swagger
, Ruby, and Rails. See Add test matrix for multiple Ruby versions & update dependencies #107
I'm trying to figure out the best order to do all of these.