Blogs
Turn off the bits of Rails you don't use - Andy Croll
The Rails Framework consists of multiple subsystems that work together. The names of these systems typically begin with “Action” or “Active” e.g. Active Record, Active Support, Action Pack, etc.You can see the individual component gems as director...
Ruby Garbage Collection Deep Dive: Generational Garbage Collection | Jemma Issroff
This is the third post in the Ruby GC Deep Dive series. It’ll make most sense if you check out the previous two first:GC::INTERNAL_CONSTANTS lays out necessary definitions to understand the Ruby Object SpaceTri-Color Mark and Sweep explains the ov...