Nigel Ramsay

Wellington, New Zealand

Nigel Ramsay - Wellington, New Zealand

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.

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.

Read More

Using any method with Ruby iterators

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.

Read More