Bookmarks (10) clear filters
-
How to Fix PostgreSQL Performance Issues with PG Extras
How to Fix Postgres Performance Issues with PG Extras — An introduction to a tool you...
-
How to Improve ActiveRecord Performance with Subquery Caching
How to Improve ActiveRecord Performance with Subquery Caching — It’s a bit of a process: Analyze...
-
Postgres Indexes for ActiveRecord Join Tables in Rails Apps
Postgres Indexes for ActiveRecord Join Tables in Rails Apps — Don’t count on the built-in helpers...
-
Ruby on Rails Mistakes that could kill Your Production Servers
Rails Mistakes That Could Break Your Production Servers — Most of these are around issues with...
-
How to Perform Concurrent HTTP Requests in Ruby and Rails
How to Perform Concurrent HTTP Requests in Ruby and Rails — Ah, concurrency and Ruby. Will...
-
Inheritance and Abstract Class Pattern for Rails Controllers
Inheritance and Abstract Class Pattern for Rails Controllers — Some foundational OO to start the year.
-
Using UUID in Rails 6 with PostgreSQL and ActiveRecord
Using UUIDs in Rails 6 with Postgres and ActiveRecord — UUIDs (which look like long strings...
-
Getting Started with AWS S3 IAM Policies Security Config for Rails Apps
Getting Started with AWS S3 IAM Policies Security Config for Rails Apps — The joy of...
-
Simple Way to Encrypt and Decrypt Data in Rails without using Gems
How to Store Secure Encrypted Data in Rails Without Gems — It doesn’t take much code...
-
Validate and Fix Ruby on Rails ActiveRecord PostgreSQL Data Integrity
A Way to Validate and Fix Active Record Data Integrity — Thoughts on an approach to...