rails
Date Formatting and Customizing Devise
March 8th, 2011
When developing your rails app, you've probably run into an issue where the default string value of a date makes no sense for your application. More often than that, there are probably 2 to 3 different date formats that you routinely use. In this article, we'll cover setting up default date formats and short cuts to access thsoe formats.
How to Build Forums in Rails 3
October 20th, 2010
A short tutorial for rails 3, which covers the development of a forum. This tutorial requires little to no rails experience.
How to Setup AuthLogic In Rails 3
October 6th, 2010
I was trying to figure out to setup AuthLogic in Rails 3 and ran into several issues. This is a step by step guide in setting it up.