Will Olbrys and His Ego

Will Olbrys

Phone Number: 917-720-5076 (text me)
Location: Brooklyn, NY

Online Identity

google+: willolbrys
percolate: willolbrys
aim: willolbrys
email:
del.icio.us: wfolbrys
twitter: willolbrys
linkedin: willolbrys
blog: willolbrys.com
xbox live: Completion
qik: a catstravaganza

Projects

percolate
soultrain
culturious by tauck
cynthia rowley ecommerce
joe coffee
the border film project

Recent Tweets

    Loading tweets...
Feb 04
Permalink

I’m learning Ruby on Rails: Day 1 part 2 of 2

Well I just finished some basic RoR routing and MVC work. I haven’t had too much time to play with ActiveRecord or anything that fun, because I’m coming down with a bit of a cold.

I will say, however, that I’m already starting to see the benefits in automated tools like Capistrano. When you code rails, your project needs to be recompiled every time you make an update. You can trigger this through Capistrano or through a simple touch command in rails’ temp folder. This is really annoying, but going the extra mile with a deployment tool lets you do really fun stuff like deploy from your code repo (svn, git, etc).