CORS In a Rails API.
Hopefully after a long struggle you’ve finally finished testing that awesome Rails API you were building and you need it cors enabled for the world to use it. Here’s how.
If we want to make our API available to other users, specifically those making API calls with…