Contributions

Article
Hey, I've launched pre-orders for my ActionMailer component library. Rather than directly coding ugly HTML table layouts, you'll be able to build your mailers with ViewComponents
Article
Overmind 🪬 is like foreman and bin/dev on steroids — it does everything that they do and more, it's deeply customizable, and it integrates with tmux so you can attach to a running process for live debugging.
Article
This article covers seeding your Ruby on Rails database with the faker gem, then optimizing our seeding to speed them up 9.4x (from 7.5s to 0.8s!)
Article
A short weekly newsletter with interesting Ruby on Rails posts and articles (plus a handy tip!)

Written by me (Harrison) from RailsNotes.xyz
Article
I've tried to put together the ultimate Dokku + Ruby on Rails guide. This guide covers all the basics — deploying to x86 and ARM machines, deploying Sidekiq and Redis, dockerizing our Rails app, adding post-deploy scripts, adding LetsEncrypt for SSL and HTTPS, adding backups to S3, and adding an automatic deploy script to GitHub.
Article
In this blog post, I'll walk you through my journey of deploying a Rails app on Render with a database, Redis for caching and background jobs, Sidekiq for background job processing, and Cron jobs for running scheduled tasks...