allanicode.hashnode.devGetting 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...May 3, 2024·3 min read
allanicode.hashnode.devInstalling 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 ...Jul 16, 2022·2 min read