Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-api

Setting Content-Type header for RSpec and Rails-API

How to respond to OPTIONS HTTP Method in rails-api?

Display or get the HTTP header attributes in Rails 4

Force all received requests Content-Type to JSON

How to rescue ActionDispatch::ParamsParser::ParseError and return custom API error in rails 5?

How can I get url of my attachment stored in active storage in my rails controller

Allow CORS in Ruby on Rails

rails-api authentication by header's token

authenticate_or_request_with_http_token returning html instead of json

How do you use authenticate_with_http_token with rails-api?

rails-api

How do you convert a Rails 5 API app to a rails app that can act as both API and app?

Rails: Undefined method `flash' for ActionDispatch::Request

Controller Specs vs Request Specs?

Rails API : Best way to implement authentication?

Is devise's token_authenticatable secure?