You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just checked health_check on an old rails 2.3.18 site, and it has the same issue ... Checked a rails 5.0 site resource index page, and it worked!! (though its using view selection at that point, not responds_to) ...
I wasn't able to get a JSON/XML response using the "Accept" header. The response's content type is always
text/plain
The only way right now is through URI extensions. I'm using Rails 5.0.6
The text was updated successfully, but these errors were encountered: