I Started A Podcast: The Rails Changelog
A lot of the time I wish could keep myself up-to-date on Ruby and Rails development through other means other than text. An audio medium for deliveri…
A lot of the time I wish could keep myself up-to-date on Ruby and Rails development through other means other than text. An audio medium for deliveri…
Rails 7.1 is packed with features! In this blog post series, I highlight some of the interesting ones.
A while back I purchased a mechanical keyboard, the ErgoDox EZ but made the mistake of not fully understanding what I was getting into. I was drawn in…
Rails 7.1 is packed with features! In this blog post series, I highlight some of the interesting ones.
Here are links to the other parts of the series: * An Overview Of Ruby on Rails 7.1 Features. Part II * An Overview Of Ruby on Rails 7.1 Features.…
* Understanding instance_eval * instance_eval on an arbitrary object * instance_eval Can Access Private Methods * Calling instance_eval…
What is RSpec? RSpec is a domain-specific language testing tool written in Ruby to test Ruby code. It is a behavior-driven development framework, use…
Essentially three things happen when you instantiate a class in Ruby: 1. Space is allocated for the new object of the class to be created. 2. An in…