Code With Rails publishes news and tutorials for developers learning and wanting to improve their knowledge in Ruby on Rails.
A step-by-step tutorial on how we extract code from our Rails app, package it into a gem, and publish it on RubyGems.org · Introduction It is almost...
Updating the mail gem breaks Mail#address_list · The problem The other day I came across an issue where I saw this error: #...
Learn how to integrate a third-party JavaScript upload library with ActiveStorage · FilePond is a beautiful JavaScript library for handling file uploads...
Learn how to use the Enumerator::product method · It is that time of the year again when a new version of Ruby is released. Let us take a closer look at...
For apps not needing Stimulus.js and just using Turbo, the Alpine.js framework offers the right amount of JavaScript to make your apps sparkle. ·...
Forget Devise. There's a better way to add user authentication logic with the Authentication Zero gem. · For a long time, Devise has been the go-to...