opensourcecatholic / marriage-booklet

To help Catholic couples plan their wedding mass
4 stars 2 forks source link

Remove Spring #104

Closed mkasberg closed 2 years ago

mkasberg commented 2 years ago

Spring is a gem that is supposed to speed up application development with Rails by keeping some things running in the background. In reality, this isn't needed on small to medium scale projects with relatively modern computers, and Spring is infamous for making development harder because of odd behavior (stale caches, etc). Rails recently removed Spring from its default gems, and we should too.