rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 137 forks source link

Require sprockets/railtie by default #73

Closed cmccauley closed 3 years ago

cmccauley commented 5 years ago

Using this gem forces the app to add a require for sprockets/railtie.

Not all rails app needs this. For instance, a Rails app generated in API Only mode.

If this gem needs sprockets/railtie to work, it probably make sense to require it as well.