Written by Indigo Tech Tutorials
August 14, 2025
1 views
Ruby 3.4.5 was released last month but I had been using 3.4.4 still and now Rails 8.0.2.1 was just released so I decided I would finally do the upgrade process. I am using mise as my ruby manager so these were the steps I took to install the new version of ruby and upgrade my global version. First of all I installed the new version of Ruby with mise
mise install ruby 3.4.5
This usually takes a few minutes to download and get setup. After this installation step completed. You can set the global version of Ruby using this command
mise use --global ruby@3.4.5
Now you should be able to check your ruby version and confirm that it is using 3.4.5
ruby -v
Then you will also want to install the Rails gem again for this new version of Ruby.
gem install rails
Migrate from Rails built in authentication to Devise Gem
Today I am migrating my app from the rails built in authentication to use the...
The problem with Rails built in authentication generator
The rails authentication generator was added in Rails version 8 and it seemed...
Upgrade Ruby version with Mise
Ruby 3.4.5 was released last month but I had been using 3.4.4 still and now R...
How to backup & restore SQLite3 database with Ruby on Rails 8 & Kamal
Backing up your database is an important thing when you have a website online...
Get a custom tutorial for Ruby on Rails
Do you have an idea to build a website but you don't know where to start? Are...
Ruby on Rails mentorship for $10
This is your opportunity to get exclusive mentorship and guidance with your R...
How to permit nested attributes in Rails 8
To permit nested attributes in rails 8 with the new .expect method you need t...
What will you do before GTA 6 is released?
GTA 6 is a game that is very highly awaited from all gamers. The phrase "We g...
New videos soon