Tag: Ruby
Revisiting Jekyll on Ubuntu 20.04
Friday, December 16, 2022
A discussion of working with Jekyll (GitHub's serverless blogging technology) after a long pause, and running it on a brand new Ubuntu 20.04 installation.
Install Jekyll on Ubuntu 18.04
Tuesday, December 31, 2019
Learn how to install Jekyll (GitHub's serverless blog platform) from scratch on a brand new Ubuntu 18.04 installation.
MVC in Ruby on Rails
Wednesday, December 18, 2019
This article explains the concept of MVC (Model - View - Controller), as it is implemented in Ruby on Rails.
Before you build your first app in Rails 6
Wednesday, December 18, 2019
In this article, we'll go into a number of concepts to learn before starting to code real apps in Ruby on Rails.
Build a Simple Movie Reviews Website in Rails 6, part 3
Monday, December 16, 2019
This is part 3 of our in-depth tutorial on building a movie reviews website in the Rails framework.
Build a Simple Movie Reviews Website in Rails 6, part 2
Sunday, December 15, 2019
This is part 2 of our in-depth tutorial on building a movie reviews website in the Rails framework.
Build a Simple Movie Reviews Website in Rails 6, part 1
Saturday, December 14, 2019
Are you ready to build your first project in Rails? You've read about Ruby and it's most popular Ruby on Rails framework; you've read about MVC and learned some basic SQL; now's the time to build that first project!