Tutorials
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...
The Bike Shed: 428: Ruminating on Ruby Enumerators
Joël explains his note-taking system, which he uses to capture his beliefs and thoughts about software development. Stephanie recalls feedback from her recent RailsConf talk, where her confidence stemmed from deeply believing in her material despi...
How to disable Rails Form’s .field_with_errors | Rails Designer
Rails is known for great defaults and conventions. But there’s one feature that I disable in all my Rails apps.That feature is field_with_errors (coming from ActiveModelInstanceTag). If there are any form validation errors for a field, this method...