Rails adds a useful revision checking method
In some of my projects in recently years, I’ve had to track versions between deployments. Rails added an official method to handle this in its main branch
I had a chance to quickly look through the git commit of this change this past week and here’s a brief post about this: https://codewithrails.com/blog/rails-app-revision/
Post a comment