Taka’s blog

A software engineer's blog who works at a start-up in London

Ruby on Rails

Separate JavaScript Easily and Moderately from Rails with WebPack

Introduction To dive into the world of front-end, I came up with an idea to separate JavaScript easily and moderately from a Rails project. Some have already shared various ideas, but I found them too much or required more than couple of t…

Cool Way to Control Retry with ActiveJob

ActiveJob brings benefits but it has just simple features yet. So, I've made a module with the APIs published officially to add some features of controlling retry. An Issue about Retry ActiveJob doesn't have enough features about retrying …