5 Ruby on Rails Tips You Probably Don’t Know
Since I started working with Ruby on Rails, and after several years of using it passed by, I can’t stop wondering when I discover something… (more…)
Read more »UUID is an alternative primary key type for SQL databases. It offers some non-obvious advantages compared to standard integer-based keys. Rails 6 release fresh out of beta introduces a new feature in ActiveRecord that makes working with UUID primary keys … Read more