The intent of this article is to approach development and debugging of Ruby on Rails applications from the perspetive of a C++ developer. In Part I I discussed some of the fundamental differences between Ruby on Rails and C++ development. I started a simple "blog...
Quick background If you already know why C++ and Ruby on Rails are fundamentally different and just want to see the example, you can skip to The Example. I’ve been developing software for many years but, for the most part, have stayed in the C++ world. I made...