TTesting Read More 4 minute read Environment Rails TDD Setup With Guard and ForemanbyMagmaLabs TeamMarch 1, 2012 Reading Time: 4 minutesThis article shows my current TDD environment setup, it’s all based on many of the links listed at…
DDevelopment Read More 3 minute read Dragonfly: Serving Remote ContentbyMagmaLabs TeamDecember 7, 2011 Reading Time: 2 minutesIn the latest project I’ve been working on here, an issue came up when serving images on the…
WWeb dev Read More 2 minute read Rack: One File Web Page With This ApplicationbyMagmaLabs TeamApril 25, 2011 Reading Time: 2 minutesThere are times when you need to quickly create small Ruby web applications. You can do that in…
RRuby Read More 5 minute read DSL: Building It To Create Callbacks In RubybyMagmaLabs TeamJanuary 14, 2011 Reading Time: 4 minutesDo you know what a Domain Specific Language(DSL) is and how to implement one in Ruby?. This article…
WWeb dev Read More 6 minute read Rack Basics – A Rack IntroductionbyMagmaLabs TeamNovember 17, 2010 Reading Time: 5 minutesRack provides a minimal interface between web servers supporting Ruby. It contains a full stack of middleware components.…
CCommunity Read More 4 minute read Ruby: What I Would Have Loved To Know When I First Knew ItbyMagmaLabs TeamAugust 20, 2010 Reading Time: 3 minutesMotivation Every time I’m learning a new language, the first thing I try to learn is how this…