JavaScript build pipelines tend to be a complicated mess of infinite numbers of npm dependencies, dev servers, and piles of “opinionated” conventions (and the lack thereof).
Category: Ruby
Supernil
When calling super in Ruby without arguments, you expect all arguments being passed to the superclass method. If you want to pass your own arguments, you just put them there. If you don’t want to pass any arguments, you need to put empty braces after the super call: So far nothing new. Now imagine a block being passed to your…
Deploying multiple Rails apps with Passenger Standalone and systemd
Last week, we moved one of our test servers to Nginx + Phusion Passenger Standalone 5 aka Raptor, and this is where systemd came in handy.