.:: An exploration of exercise plans, weight loss and better workouts. ::.

" Searching begets purpose.. So we keep looking for the better workout plan, the better weight loss strategy, the better version of ourselves.. "

Choose a Topic:

Archive for March, 2008

Sat
1
Mar '08

Rails Migrations – Command Line Power in 2.0

I absolutely loves Rails 2.0 and the command line conveniences it provides for the RESTful scaffolding and models. Here’s a couple of tricks to generate a migration to quickly to add/remove columns from an existing table. Assume you already have a table called ‘Users’. You would like to add a column called ‘title’ and another [...]