Browsing Tag
ruby
58 posts
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…
Docker in development: Episode 3
The last episode was about dockerizing our Ruby on Rails app. In this episode, we’ll be exploring how…
Setting Up GraphQL and GraphiQL in Rails: A Comprehensive Guide
GraphQL is becoming increasingly popular as an alternative to REST APIs, offering more flexibility and efficiency in data…