ruby-grape / grape-swagger-rails

Swagger UI as Rails Engine for grape-swagger gem.
MIT License
251 stars 196 forks source link

rails 6 (sprockets 4) asset changes #97

Closed Faisal-nfl closed 4 years ago

Faisal-nfl commented 4 years ago

Rails changes it's default logic for determining top-level targets. It will now use only a file at ./app/assets/config/manifest.js for specifying top-level targets.

dblock commented 4 years ago

Since we're here, would you help us fix the build, too? It needs a fix like https://github.com/dblock/slack-strava/commit/7de7cba6ba0d4e0262f74606f6e907213120bdde

Faisal-nfl commented 4 years ago

I did those kind of grammar fixes.

dblock commented 4 years ago

Merged via https://github.com/ruby-grape/grape-swagger-rails/pull/98