Code With Rails

Code With Rails

Follow
homeRails Tutorials ๐Ÿ’กDebugging Rails ๐Ÿค”Ruby News ๐ŸŸฅ
Tag

Ruby

#ruby

More content

Read more stories on Hashnode


Articles with this tag

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

Ruby 3.2 introduces Enumerator::product

Simon ChiuSimon Chiu
Dec 16, 20222 min read

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

Ruby 3.2 introduces Enumerator::product

A better way to handle user authentication in Rails

Simon ChiuSimon Chiu
Nov 28, 202214 min read

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

A better way to handle user authentication in Rails

About Code With Rails

Simon ChiuSimon Chiu
Nov 14, 20221 min read

A bit about myself ยท Hello! My name is Simon Chiu, and I'm a professional Ruby on Rails developer. I started learning Ruby (and Rails) about 10 years...

About Code With Rails