posts tagged :rails
2022
Scaling Ruby on Rails Applications
Strategies for scaling Ruby on Rails applications to larger workloads.
Get Started with Hotwire in Your Ruby on Rails App
How to add Hotwire interactivity to a Ruby on Rails application.
Delayed Job vs. Sidekiq: Which Is Better?
A comparison of Delayed Job and Sidekiq for Ruby background processing.
2021
Dynamic Retry Configuration for ActiveJob on Rails (Sidekiq/Delayed Job/Resque)
How to configure ActiveJob retries dynamically across Rails job backends.
2020
Rails like console for Node JS (and Node TS)
How to build a Rails-like interactive console for Node.js and TypeScript.
[How to] Reduce Heroku Slug Size
Practical ways to reduce a Heroku slug’s size and improve deployment performance.
Eager Load Rails classes during development
How to eager-load Rails classes during development with Zeitwerk.
2018
Custom WebSocket extension for Rails ActionCable
How to add a custom WebSocket compression extension to Rails ActionCable.
Compressing WebSocket/ActionCable frames on Rails with permessage-deflate
How to compress Rails ActionCable WebSocket frames with permessage-deflate.
Stimulus: A modest JS framework
An introduction to Stimulus for adding focused JavaScript behavior to Rails views.