News

The Ultimate Loofah Cheatsheet for Ruby | ProxiesAPI
oofah is a Ruby library for parsing and manipulating HTML/XML documents. It provides a simple API for traversing, manipulating, and extracting data from markup. Some key features:Built on top of Nokogiri, so it inherits Nokogiri's speed and Ruby i...


Understanding Rails Callbacks and Common Pitfalls
I recently spent a good chunk of time debugging a bug and in turn, did a lot of research on how Transactions and Touch work with callbacks like after_commit. Below is the debugging "story" I shared on X, if you like reading those, give it a shot b...

Announcing the end of support for Ruby runtimes 2.3 and 2.4 for the AWS SDK For Ruby
Starting November 24, 2023, AWS SDK for Ruby version 3 will no longer support these end of life (EOL) Ruby runtime versions:Ruby 2.3 – EOL began on 2019-03-31Ruby 2.4 – EOL began on 2020-03-31Since these versions are end-of-life, we have seen supp...






Introduce M:N threads - Ruby master - Ruby Issue Tracking System
Ruby threads (RT in short) are implemented from old Ruby versions and they have the following features:Can be created with simple notation Thread.new{}Can be switched to another ready Ruby thread by:Time-slice.I/O blocking.Synchronization such as ...