Adding Docker to a Rails application
17 March 2017
I will explain why Docker is a good choice for development of Rails applications. Next, I will give a step-by-step walkthrough of adding Docker to a fairly standard Rails application.
The purpose of this blog is to share about the topics I am passionate about.
I want to share about the things that my family are doing to reduce our impact on the climate and the environment around us. I hope that some of the changes we have made will spark your interest, and you too might seek to explore possibilities around what you can do.
17 March 2017
I will explain why Docker is a good choice for development of Rails applications. Next, I will give a step-by-step walkthrough of adding Docker to a fairly standard Rails application.
09 March 2017
I witnessed a road rage incident while walking home from work on Wednesday 08/03/2017. It involved the driver of a white Wellington Water SUV and a person on a bike.
07 March 2017
Occasionally I need to iterate over the results of a query, and perform some operation on each item. Until recently, I was only aware of option 1 and option 2 below.