Category "actiondispatch"

ActionDispatch::Cookies not setting Set-Cookie header in response but response.set_cookie does

I have a Rails 5 API only app and want to send cookies in the response of a JSON request. When I use ActionDispatch::Cookies to set a cookie in the response of

Rails - how to access ActionDispatch UploadedFile default attributes in my methods?

I'm new to rails and building a simple bank statement converter app. User would select bank name, upload their statement, click "convert", and the converted fil