Tutorials
Bundler Auto-Install Just Got A Whole Lot Better - RubyGems Blog
Working in a large monolith with many engineers, you never fail to get a flurry of changes everytime you pull from main. Then you have the typical ritual of running bundle install and, if you’re on a Rails application, rails db:prepare. Sometimes,...
Ruby function design and other stuff I like ranting about - DEV Community
Why? If the posts title looks weird: it is. This is a small rant about code-functionality... Tagged with ruby, watercoolerI was talking to a coworker about getting the numerical value of a character, like you can in Java, because a char stores t...
Production-Grade (ish) Rails deployment on Hetzner with Kamal
I've been toying around with Kamal for some time now, and I believe I have come up with a nice setup for a reasonably robust deployment. It includes two servers, one for the application and another for database and caching, a firewall to expose on...
How to reuse the same page in different Turbo Frame flows | Radan Skorić's personal site
Clicking the login link brings up a login form in a popup modal. You can also navigate to registration or forgot my password pages within the same modal. Imagine you have a new requirement: also support the login/registration pages as standalone p...