Bookmarks (7) clear filters
-
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...
-
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...