rails

Circle CI Workflow with Ruby on Rails and Docker

2019-01-14

## tldr;

  • Dockerize RoR with Nginx
  • Circle CI ... Read More

Running cron jobs with whenever in docker

2019-04-05

For the past 3 days, I've been thinking of ways to handle cron jobs in Docker. ... Read More

caddy - web browser

2019-05-06

I encountered mixed content errors from my browser as Netlify enforces api requests to be made over https, while my backend did not have a domain. ... Read More

exposing other attributes as JSON in Rails Models

2019-05-08

A simple post on exposing other attributes when returning a json representation of a model instance.... Read More

Resolving Postgres UniqueKey Violation

2019-08-29

I encountered a weird postgres error in my rails application yesterday.... Read More

Implementing Role-Based Authorization

2020-02-23

At work, I was tasked to build an authorization feature for a project.... Read More