Rails DRY Controllers
In any programming language, it is important to create DRY (Don't Repeat Yourself) code. In this article we will explore three methods of writing ...
In any programming language, it is important to create DRY (Don't Repeat Yourself) code. In this article we will explore three methods of writing ...
So I am always looking for ways to increase my skills on the Ruby on Rails platform. As I look for first professional dev job, afters years as a ...
How do you setup a Rails project for testing? In this article we will explore what a testing suite, using RSpec and other tools, for a robust ...
As any one journeys through any profession, one thing holds true. Hopefully, the longer you work at it, the better your skills will develop, at least ...
I have been working on a new Rails side project called Your Congress, and decided to use HAML, instead of the standard Rails templating language ...
Continuing this article series about Streamlining Workflow, must include a way to streamline our git commands. This article uses my own aliases and a ...