Tutorials




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 ...






Running Rails System Tests with Playwright instead of Selenium | justin․searls․co
Last week, when David declared that system tests have failed, my main reaction was: "well, yeah." UI tests are brittle, and if you write more than a handful, the cost to maintain them can quickly eclipse any value they bring in terms of confidence...