In my day to day workflow I normally come in to contact with html / code that was initially created through some gui software client Dreamweaver, etc. It’s a real headache dealing with the differences of depth when dealing with indentations. I’m finding the following settings, in VIM, pretty helpful set expandtab ” use spaces [...]
Monthly Archives: April 2008
Basic User Authentication with Ruby on Rails
Thursday, April 10, 2008
I’m trying to learn a little Ruby on Rails (RoR) and it’s nice to learn by “rolling your own” solution sometimes. aidanf.net has a walk through from model to controller. Here’s a handy guide to Rails Security