Blog

Thoughts from my daily grind
Posted by Ziyan Junaideen 15 April 2023
DRY your test code by generalizign repetitive tests in to RSpec shared examples.
Posted by Ziyan Junaideen 07 January 2023
ArgumentError: Missing host to link to is an error that has bugged me for over ten years. This post covers how you can set default URL options for routes in a Rails application.
Posted by Ziyan Junaideen 12 May 2022
Fix the error when bundle install of a Ruby on Rails project w.r.t. nio4r. The issue generally is the result of implicit function declaration causing errors compiling native C extensions.