Continuous Integration for Rails with Travis & GitHub
In this video, I take the Contractometer project from earlier lessons and integrate it with Travis for Continuous Integration (i.e. auto-building and testing). https://travis-ci.com What is continuous integration anyway? Essentially, you check your code into a central repository (i.e. Github) and automated building is done to see if your code can run, and tests are…
Debugging Rails

Changing a Rails App from Mysql to Postgres
Stimulus, Hotwire, Bootstrap 5, Rails 6

Using Docker for your Rails App in Production

Writing Solid Ruby Code

Turning a Rails 5 gem into a Rails 6 Engine

With Zonmaster (https://public.zonmaster.com) we are/were stuck on Rails 5 because the tenanting gem we use (Milia) isn’t Rails 6 compatible. Let’s fix that! Sorry for the rambling, I don’t have a lot of time to structure the videos so I just start and go! I’m working on a new project that hopefully someday I will…
Using Docker for your Database with Rails

Datatables & Rails – Basic to Advanced – Ruby on Rails Tutorial

ElasticSearch and Ruby on Rails – Part 1

