Ich bin sicher, dass ich etwas falsch hier tue, aber das ist, was meine Anwendung Controller wie folgt aussieht:Grund Auth mit Schienen-api
class ApplicationController < ActionController::API
include ActionController::HttpAuthentication::Basic
include ActionController::MimeResponds
http_basic_authenticate_with :name => "joeyjojo", :password => "shabadoo"
end
ich kann nicht herausfinden, warum meine http_basic_authenticate_with wurf Dieser Fehler:
Ich bin mir sicher, es ist etwas einfaches, aber ich sehe es nicht. Der MimeResponds funktioniert gut in anderen Controllern.
Warum Sie erbte von Application actioncontroller :: api? –
Dies ist mit der [Rails-Api-Edelstein] (https://github.com/spastorino/rails-api) – thatmiddleway