
· Ruby
How to deploy a Rails 7 app to Heroku
Heroku is the most well-known deployment platform, and also the easiest to use. Let's try it on a fresh but realistic Rails 7 application.
Heroku is the most well-known deployment platform, and also the easiest to use. Let's try it on a fresh but realistic Rails 7 application.
Learn how to benchmark (i.e. measure performance) Ruby code in this small article.
This bug is really tricky, so here is my journey solving it. Maybe this will help other not to be too impatient :)
Tests reporters help us to increase the readability of our whole test suite. Let's see how to improve the default one.
Turbo is precisely made to speed up page transition, but sometimes it's better to have a slower page transition - that works.
A quick memo about how to add or remove a Stimulus controller - I recommend to rely on generator this time.