The Sinatra CMS Project

This is the first comprehensive Sinatra coding project. It brings together Ruby, Sinatra, ActiveRecord, and a little HTML. The assignment is to design and implement a basic CRUD application. It needs to include a one-to-many relationship between two of the data models. Once I picked a domain and created a rough design (modeling merchandise purchases), […]

The Web Scraping Project

This is the first do-it-yourself from scratch Ruby coding project. The previous projects were kind of paint-by-numbers, where you’re completing a part of an existing project or being guided as to what to create. They also had a fairly complete test suite to guide what you coded. This project had none of that, except a […]