Understanding `#model_name` in Rails

Rails is known for its developer-friendly conventions and built-in helpers that simplify common tasks. One such helper is the #model_name method, which provides a clean and idiomatic way to retrieve m...
0 Read More

Thanks!

To borrow a thought from Post Benedict XVI, I don't know how much more time and strength I'll have, so should say now what I have to say.I worked for forty years in the software industry: as a docume...
0 Read More

Catch JS Errors with Playwright

Catch JS Errors with Playwright
Selenium has issues. I'm using it with Capybara and the latest encounter was a Net::ReadTimeout. I switched to Playwright following Justin Searls guide.One issue I encountered after the migration was ...
0 Read More