· Ruby
Live reload a Rails 7 application, an unsatisfaying attempt
Livereload a Rails app on your local machine is still not available natively. Maybe in next version of Rails, but not yet.
Livereload a Rails app on your local machine is still not available natively. Maybe in next version of Rails, but not yet.
A quick memo about how to add or remove a Stimulus controller - I recommend to rely on generator this time.
Turbo is precisely made to speed up page transition, but sometimes it's better to have a slower page transition - that works.
Tests reporters help us to increase the readability of our whole test suite. Let's see how to improve the default one.
This bug is really tricky, so here is my journey solving it. Maybe this will help other not to be too impatient :)
An opinionated article about where to put efforts when you want to learn Rails. When you have prior experience...