Follow

Code With Rails publishes news and tutorials for developers learning and wanting to improve their knowledge in Ruby on Rails.

How to create a Ruby on Rails gem from your existing code

Simon ChiuSimon Chiu
Jan 11, 202319 min read

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...

How to create a Ruby on Rails gem from your existing code
How to fix undefined method address_list in Rails 6.x and 7.x.
How to use FilePond with Rails' Active Storage
Ruby 3.2 introduces Enumerator::product
How to use Alpine.js with Rails and Turbo
A better way to handle user authentication in Rails