Skip to content

Instantly share code, notes, and snippets.

@squarism
Created January 23, 2015 23:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save squarism/17d52e7533c424cdd9f7 to your computer and use it in GitHub Desktop.
Save squarism/17d52e7533c424cdd9f7 to your computer and use it in GitHub Desktop.
Swagger Grape Weirdness

Imma turn this into a blog post soon but in the meantime wanted to give the Google index a hit on

  cannot load such file -- grape-swagger

The grape-swagger gem is forked right now (2015-01-23). If you simply follow the docs, you're going to get a require error.

In Gemfile, change gem "grape-swagger-rails" to this: gem "grape-swagger-rails", github: "BrandyMint/grape-swagger-rails"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment