Tutorials

Upgrading from Solidus 2 to Solidus 3 | Super Good Software
I recently had the pleasure of upgrading a long-running e-commerce storefront from Solidus 2.11 to Solidus 3.0. Solidus is a free and open-source e-commerce platform, silently helping thousands of stores turnover hundreds of millions in revenue ea...





Smooth Ruby and Rails upgrades | Arkency Blog
Recently, we were consulting and performing updates for several different outdated projects. Those were production-running, keeping the business alive, but they haven’t been upgraded for a long time.With the experience from those projects, I’m rea...



Add comments to your tables columns - Remi Mercier
I’ve been looking for a way to add default comments on models attributes for ages!By default, Rails adds comments to some attributes like id (not null, primary key for instance.)But now, I can add my own. For example, I can specify the unit for a ...