
· Ruby
Get rid of Rails Failed to allocate memory
This bug is really tricky, so here is my journey solving it. Maybe this will help other not to be too impatient :)
This bug is really tricky, so here is my journey solving it. Maybe this will help other not to be too impatient :)
Open graph image allows you to have a nice picture preview on social media. Let's see how to do it in Ruby.
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.
reduce in Ruby seems tricky if you didn't used it for a long time. Principle is simple, but let's see the syntax.