DEV Community

Discussion on: Building and Consuming a JSON API with Rails and React

Collapse
 
thiagocardoso1988 profile image
Thiago Cardoso

any light on how to fix this error on Rails 6.1:

uninitialized constant ActionController::ForceSSL (NameError)

this happens when I try to spin up the server, after I installed jsonapi

Collapse
 
thiagocardoso1988 profile image
Thiago Cardoso

I saw an issue here, but without resolution :( github.com/cerebris/jsonapi-resour...

Collapse
 
kattyacuevas profile image
Kattya Cuevas

Hi Thiago! I've just seen the issue. There are other libraries to implement JSON API spec with rails. You can see them here: jsonapi.org/implementations/#serve...