Tutorials




Rubygems introduced a file option to specify Ruby version in Gemfile | Saeloun Blog
We add ruby version in the Gemfile or in the .ruby-version files. This ensures that the application runs on the correct version of Ruby.In case of version mismatch bundler throws an error.Your Ruby version is 3.1.0, but your Gemfile specified 3.2....


Unlocking Performance: Installing Ruby with YJIT on MacOS - DEV Community
YJIT, the groundbreaking Just-In-Time compiler for Ruby, brings a significant performance boost to your applications. However, it's important to note that YJIT isn't enabled by default in ruby. Fear not, though – with a few straightforward steps, ...


Reconfiguring your application live with dRuby | katafrakt's garden
dRuby is a pretty old but relatively unknown part of Ruby standard distribution. I first wrote about it here in 2018 and I have to admit that to this day I haven really found a production use case for it. However, I still think it a gem worth know...
