Tag:rails
All the articles with the tag "rails".
ruby-pg SIGTERM and SIGABRT on Apple Silicon Macs
Posted on:November 17, 2025Lately, while relentlessly working on my Ruby on Rails projects, I started encountering unexpected crashes after restarting my application server. The logs revealed that the Ruby process was terminating with `SIGTERM` (Segmentation fault).
Solid Queue in new Rails 8 project
Posted on:November 14, 2024When trying to set up Solid Queue in a new Rails 8 project, I followed what seemed like the obvious steps but I kept getting error.