Installing Ruby on Rails with rbenv on Debian 8
Learn step by step Ruby and Ruby on Rails installation, version management, dependency installation, and Node.js integration using rbenv on Debian 8.
Installing Ruby on Rails with RVM on Debian 8
Learn how to install the latest version of Ruby and Ruby on Rails with RVM on Debian 8, manage different Ruby versions, and create isolated projects using gemset.
Setup User Authentication with Devise in Rails 7
Learn how to easily set up user registration, login, logout and session management in your Ruby on Rails 7 project with the Devise gem.
Writing Your First Ruby Program: An Interactive Input/Output Application
Learn how to write your first Ruby program that interacts with the user using the puts, gets, and chop methods in Ruby.
URL and Link Management in Jekyll (Ultimate Guide)
Learn how to manage URL structures, edit permalinks, and create unbreakable links with the post_url tag on your Jekyll static site.
Jekyll Default Content: Exploring the File Structure
Learn Jekyll's _config.yml settings, Front Matter structure, and the process of converting Markdown files to static HTML step by step.
Installing Ruby on Rails with rbenv on macOS
Install Ruby on Rails step by step using Homebrew and rbenv on macOS, create your Rails development environment with Bundler configuration.
Ruby Installation and Local Development Environment on macOS
Learn how to install the latest version of Ruby, set the PATH, and create a simple test program using Homebrew on macOS.
Using Ruby on Rails with PostgreSQL (macOS – The Ultimate Guide)
Learn how to install, configure and test your Ruby on Rails application on macOS by integrating it with a PostgreSQL database.
Ruby Array Methods: A Guide to Data Management and Transformation
Learn to work with arrays in Ruby. Explore element access, filtering, sorting, random selection, transformation and reduce operations with examples.
Working with Arrays in Ruby: A Basic Data Management Guide
Learn how to create an array, add, delete, update and iterate elements in Ruby with examples.
Using IRB: A Guide to Exploring Ruby Code in an Interactive Environment
Learn how to run and test Ruby codes with Ruby's interactive tool IRB (Interactive Ruby), load external libraries, and customize them with the `.irbrc` file.
Installing GraphQL API with Ruby on Rails
Learn how to create a powerful GraphQL-based API using Ruby on Rails and PostgreSQL, using Types, Queries, and Mutations.
PostgreSQL Installation and Configuration with Ruby on Rails
Integrate your Ruby on Rails project with PostgreSQL database step by step. Installation, user creation, database connection and testing guide.
Creating Nested Resources in Ruby on Rails
Learn step by step to set up nested resources structure by defining one-to-many relationships between two models in Ruby on Rails applications.
Adding Interactivity to a Ruby on Rails Application with Stimulus.js
Learn step by step how to create minimal, fast, and targeted interactions using Stimulus.js in Ruby on Rails applications.
Guide to Working with the String (Text) Data Type in Ruby
Learn how to create strings (text), concatenate, interpolate, and manage special characters in Ruby.
Guide to Data Type Conversion in Ruby: Switching Between String, Number, Array and Symbol
Learn how to convert between string, integer, float, array and symbol data types in Ruby. Write reliable programs by converting data from external sources into the correct types.
Understanding Data Types in Ruby: Basic Concepts and Dynamic Structure
Learn basic data types (Integer, Float, String, Boolean, Array, Symbol, Hash) and dynamic typing structure in Ruby step by step.
Guide to Using Comment Lines in Ruby
Learn how to comment code using comments in Ruby, disable lines when testing, and block/inline commenting rules.
Developing a Ruby on Rails Application from Scratch
Learn how to create an MVC application from scratch with database validation and basic authentication using Ruby on Rails.
Installing Ruby on Rails with RVM on Ubuntu 20.04
Learn step by step how to install Ruby on Rails, manage different Ruby/Rails versions, and Node.js integration using RVM on Ubuntu 20.04.
Ruby Installation and Development Environment in Ubuntu 22.04
Learn how to install Ruby on Ubuntu 22.04 with RVM step by step, resolve errors, and write your first Ruby program.
Installing Ruby on Rails with rbenv on Ubuntu 22.04 Server
Learn step by step how to install Ruby and Ruby on Rails, Bundler and gem configurations using rbenv on Ubuntu 22.04.
Installing a Ruby on Rails Application: Step-by-Step Guide on Ubuntu 22.04
Learn how to create a simple web application using Ruby on Rails on Ubuntu 22.04 (Rabisu Cloud Server), SQLite3 installation, MVC structure, verification and authentication steps.
Installing Ruby and Creating a Development Environment in Windows 10
Learn step by step how to install Ruby using WSL and Bash on Windows 10, configure and test the Ruby environment with RVM.

