Archive for the ‘Rails’ Category

Andre on Rails
March 16, 2008

class AndreTheGiant < ActiveRecord::Base
  has_one :posse
end

SVN Poem
March 14, 2008

I just svn’ed up to revision 142
But nothing has changed;
There’s nothing that’s new.

Super Thank you & Reminder board
February 2, 2008

Project Name: Super Thank you & Reminder board
Summary:
I have two project ideas. I want to do one of them first and then implement the second.
Thank you board: The first project is to make the existing Thank you board (at WH and SI North) show messages related to the users near the display. A user profile [...]

Migrations And You!
January 28, 2008

This week’s post from me to you is about migrations. “What are migrations,” you ask? They’re ways to update the schema of a database without actually touching icky SQL syntax. I actually like touching SQL, but if you don’t then migrations are the way to go! They’re also useful for keeping the changes of the [...]