1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-15 04:58:02 +00:00

Add Check Ruby Version For Production App as a Heroku TIL

This commit is contained in:
jbranchaud
2026-01-04 20:30:59 -06:00
parent 8d8cfd56ce
commit bd021f7eab
2 changed files with 34 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
_1719 TILs and counting..._
_1720 TILs and counting..._
See some of the other learning resources I work on:
@@ -502,6 +502,7 @@ If you've learned something here, support my efforts writing daily TILs by
### Heroku
- [Check Ruby Version For Production App](heroku/check-ruby-version-for-production-app.md)
- [Connect To A Database By Color](heroku/connect-to-a-database-by-color.md)
- [Deploy A Review App To A Different Stack](heroku/deploy-a-review-app-to-a-different-stack.md)
- [Diagnose Problems In A Heroku Postgres Database](heroku/diagnose-problems-in-a-heroku-postgres-database.md)