rails

rails

Using delayed_job with class methods

A bit of context before going to the solution... I was trying to call a bulk insertion of some objects in the database in a Rails app hosted in Heroku, taking data from

A basic Rails API with OAuth2

Link: https://github.com/mrmans0n/oauth2-doorkeeper-for-api I’ve prepared (mostly for myself)  a GitHub repo with a pretty basic Rails project featuring Bootstrap and Devise authentication for the backend, and OAuth2 with Doorkeeper