Tagged: ruby

rails

Rails 7.0.3 releases: web-application framework

Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. Understanding the MVC pattern is key to understanding Rails. MVC divides your application into three layers:...

Ruby 2

Ruby 3.1 released: new features and performance improvements

Ruby is an object-oriented scripting language originally developed by Yukihiro Matsumoto (also known as Matz). The main website of the Ruby programming language is ruby-lang.org. Development began in February 1993 and the first alpha version of Ruby was released in...

Ruby 2

All support of the Ruby 2.3 series has ended

Ruby officially announced that all support for the Ruby 2.3 series has ended. After the release of Ruby 2.3.7 on March 28, 2018, Ruby 2.3 support entered the security maintenance phase. Now, one year has passed...