Tutorials

Rails Boilerplate | How to Configure Sign in With Apple in Rails 8
There are a couple of reasons you might want to setup "Sign in with Apple" in Rails 8 without using Omniauth.
You don't want to use Omniauth
You want to use the latest Apple authentication API and more importantly, the latest version of the nice ...



Profiling Ruby on Rails Applications with Rails Debugbar
When you're building Rails apps and having fun building new features, it's easy to lose track of what's actually happening behind the scenes. You don't always know what queries are being run, how long they're taking, or how many objects Rails is a...


Tejas' Blog - Using PostgreSQL database constraints
Effective use of database constraints can ensure data integrity.
In an earlier blog post we used generated columns in PostgreSQL. In this one we will explore another cool database feature - constraints.
Many times applications add some business ...


