
How to Use Rails Magic Methods in Plain Ruby Scripts
Very often I find myself writing small, standalone Ruby scripts. Maybe it's a web scraper, a small...
Apr 3, 20263 min read0 reactions0 comments
Tag archive

Very often I find myself writing small, standalone Ruby scripts. Maybe it's a web scraper, a small...
Rails’ ActiveSupport::Duration objects don’t include a straightforward way to output clean,...
Rails 6.1 adds compact_blank and compact_blank! methods to ActiveSupport. It makes easier for removin...
Introduction This tutorial explains how to report data of rails application usage based cr...

Recently, I had to implement a feature that introduced the concept of currency to an API. Users of th...
Use Active Support Tagged Logging to build a flexible, reusable custom Rails logger