Browsing Tag
ruby
60 posts
ANN: omniauth-identity v3.1.4
Photo (cropped) by Mike Hindle on Unsplash 3.1.4 – 2025-07-28 TAG: v3.1.4 COVERAGE: 92.06% — 348/378 lines in…
What If Ruby Didn’t Have Syntactic Sugar?
If Ruby didn’t implement syntactic sugar, the language would still work just fine, but it wouldn’t be the…
Unveiling the Magic of Object-Oriented Programming with Ruby
Welcome, aspiring code wizards and seasoned developers alike! Today, we embark on an exciting journey into the heart…
How to Fix Capybara-Webkit Installation Errors on Ubuntu?
Installing gems in Ruby often encounters hurdles, especially when transitioning environments, such as from Mac to Ubuntu. If…
Sanitize your strings in JavaScript like a Rails developer
This article, originally published on Rails Designer, is extracted from the book JavaScript for Rails Developers. Get your…
Console Utilities You (Didn’t) Know
This article (initially published on Rails Designer) was taken, but adapted for the web, from the book JavaScript…
How to Send Requests from Stimulus Controllers
This article was originally published on Rails Designer When working with the Hotwire stack, most can be done…
Multiple component variants with Tailwind
This article was originally published on Rails Designer One thing vanilla CSS does really well is extensibility. A…
Rails CI/CD with Dokku & GitHub Actions
As developers, we’re always looking for ways to streamline our deployment process while maintaining security and reliability. Today,…
Use cases for Turbo’s Custom Events
This article was originally published on Rails Designer Turbo emits various Custom events before, during and after certain…