Roda – Part 2

Join guest Federico Iachetti to learn how to work with HTML views, in the lightweight but deceptively powerful Roda web toolkit.

Roda – Part 1

Sometimes Rails is overkill! Roda an elegantly designed lightweight alternative, and in today's episode Federico Iachetti is going to show you how to …

Rack

Do you really need that web framework?

Logical Require

Today we discuss the downsides of using require_relative, and explore a more robust way to handle code loading within projects and libraries.

Gem Love Part 5

In this continuation of the Gem-Love project, I complete the end-to-end acceptance test, verifying that the client can talk to the server. Source code…

Gem-Love Part 4

The last Gem-Love episode had me creating a command-line client. This time around, I use Rack and Sinatra to build a simple server. Source code can be…