Ruby How to Work with Modules in Ruby 3 edutechional_uaql1oApril 6, 2021April 6, 2021 Ruby modules can appear to be very similar to Ruby classes. After going through this you’ll be able to: Understand the differe... 01.7K00 Continue reading
RubyRuby on Rails How the Gemfile Works in Ruby on Rails 6 edutechional_uaql1oAugust 12, 2020August 12, 2020 In this lesson, we are going to dive into the Gemfile in a Ruby on Rails application. Now, Gemfiles can actually be used by any type... 02.7K00 Continue reading
Bug FixesProgrammingRubyRuby on Rails How to Fix the PG Gem Build Error by Using the pg_config Path edutechional_uaql1oApril 19, 2020April 6, 2021 In this guide, I wanna walk through a common error that I've seen quite a few students and developers run into when they're setting... 04K10 Continue reading
Ruby How Ruby’s Dig Method Works with Hashes and Yaml Files edutechional_uaql1oSeptember 27, 2018April 6, 2021 In this Ruby tutorial we are going to walk through how we can use the new Ruby Dig method. Now, the Dig method provides a really nic... 06.9K10 Continue reading
ProgrammingRuby How to Create a Weighted Lottery Program in Ruby edutechional_uaql1oJuly 20, 2018 This Ruby coding exercise walks through how to build out a weighted lottery and utilizes methods such as each_with_object, nested it... 01.4K00 Continue reading