Dealing w/ main navigation in rails
Here?s a great plugin for doing navigation in rails
I didn?t like that too much.
A simpler yet elegant solution is here: simple & elegant
There is also this
And actually, what I usually do is just use the following code and then css it appropriately.
<body id="<%= controller.controller_name %>">
