Archive for March 16th, 2007

Friday, March 16th, 2007

Optional Sidebars

For one of my projects, my layout includes optional sidebars on either side. I want to design this without tables.. so at first I thought something like this: PLAIN TEXT RUBY: <div id="leftside"> <%= render :partial => "left_#{@controller.action_name}" %> </div> <div id="rightside"> <%= render :partial => "right_#{@controller.action_name}" %> </div> SO for index page, it will [...]

Comments Off - Posted in Ruby On Rails by

Friday, March 16th, 2007

No Ruby Vacation

Turns out, that not even ruby was relaxing enough for my 3 day vacation.. I didn't do much of anything on the computer. Just took a break. I spent some time outside, ordered a bike..did alot of swimming and had some fun.Now, I'm back and ready to tackle work again.

Comments Off - Posted in Uncategorized by