FYI, I'm working on an update of this to run periodcially, and to store the results, and to use newer versions of the gems / projects. @bensheldon if you want to help at all, there are a few things I've been thinking of doing, but tbh, not sure if worth it. Would love thoughts;
- rather than hard-coding the setups, use the automated setups for most of the projects. i.e. install the
rails g xxxx and then run rails migrate for each project when testing. Think this would make keeping up to date with the gems easier in the long run, and "fairer" incase anyone makes a mistake with the SQL.
- auto-updating the gems; maybe this can be done by "hand" in the script though, by just bundle-updating before running. I saw you did something on this, but not sure what the downside was. Any recollection?
Some work started on my fork, fyi. It's all in main for now.
FYI, I'm working on an update of this to run periodcially, and to store the results, and to use newer versions of the gems / projects. @bensheldon if you want to help at all, there are a few things I've been thinking of doing, but tbh, not sure if worth it. Would love thoughts;
rails g xxxxand then runrails migratefor each project when testing. Think this would make keeping up to date with the gems easier in the long run, and "fairer" incase anyone makes a mistake with the SQL.Some work started on my fork, fyi. It's all in main for now.