Skip to content

Ruby on Rails 7 is Out!

On December 15, 2021 Ruby on Rails released version 7.0.0 of its web application framework. However, this came out earlier than I anticipated, so I have re-prioritized everything at Stateless Code to get the new Getting Started With Rails 7 series published as quickly as possible. Now is the Time to Learn Ruby on Rails … Continued

Codecast: Create a RubyGem 38: Implement the Die class

This is the 38th video in the NerdDice create a RubyGem series. In this video, Mike implements the first iteration of the Die class to make the specs from the previous video pass. This video covers: 00:00:12 Introduction 00:00:37 Add expectation about value of roll method to specs 00:01:58 Create the Die class and get … Continued

Codecast: Create a RubyGem 37: Write Specs for Die class

This is the 37th video in the NerdDice create a RubyGem series. In this video, Mike writes the failing specs for the first iteration of the Die class. This video covers: 00:00:12 Introduction and check out new branch 00:01:12 Review spec for existing Configuration class and copy into new file as a model for the … Continued

Codecast: Create a RubyGem 36: Object-Oriented Dice

This is the 36th video in the NerdDice create a RubyGem series. In this video, Mike uses real-life dice to talk about the nature of real-life objects and then looks at the Ruby objects already created and how those correspond to the real-life dice reviewed earlier. This video covers: 00:00:12 Introduction: Real-life dice as objects … Continued

Codecast: Create a RubyGem 35: Retrospective of CICD phase

This is the 35th video in the NerdDice create a RubyGem series. In this video, Mike conducts a Retro of One on the period of time since the last retro in episode 24. This video covers: 00:00:12 Introduction and review last retro’s action items 00:02:26 What went well 00:08:13 Thing to improve 00:10:51 Quick hit … Continued