Tag: Rails

Stuff relevant to Ruby on Rails.

Foreman and the Procfile.dev

Here’s a solution that gives you error messages if ANY of your Foreman services crash on launch (in my case, web, js, css, and redis— but your Procfile.dev will have services based…

Rails Quick Scripts

These quick recipes assume you are starting with a new Rails 7 project from scratch. Because they do quick find & replace to add content to existing files, they are…