News







Autoloading in Rails 7, get ready! | Riding Rails
The forthcoming Rails 7 represents a milestone for autoloading.There are two important changes coming:Zeitwerk has been the default autoloader for more than two years. Rails 6.0 and Rails 6.1 supported both zeitwerk and classic modes to help proje...


My Recipe for Optimizing Performance of Rails Applications
Rails performance audits have been my main occupation and source of income for over a year now. In this blog post, I’ll share a few secrets of my trade. Read on if you want to learn how I approach optimizing an unknown codebase, what tools I use, ...