ACAllan Coderinallanicode.hashnode.dev·May 3, 2024 · 3 min readGetting Started with RSpec testing in RubyRSpec is a test framework for ruby that has grown in popularity and for good reason. Users of Ruby have an option of picking an equally capable framework called minitest that ships with rails by default. So why pick Rspec: It reads like plain Englis...00
ACAllan Coderinallanicode.hashnode.dev·Jul 16, 2022 · 2 min readInstalling Ruby On Rails On WindowsIntroduction Installing Ruby On Rails on windows can be time consuming. This is due to several errors that are encountered during the process by windows users. Cause of errors Lack of powerful command line in windows Lack of Sqlite 3 database Gems ...00