Plugins - Tabnav
Add to favoritesTabnav it’s just the easiest and quickest way to add tabbed navigation to your rails app! Just one line in your view and a per-navigation class defining all your tabs. Handles complex highlighting rules and tab visibility conditions. Fully customizable.
Check out articles and posts at the SeeSaw toolbox.
Give us feedback dropping an email to staff@seesaw.it or commenting on this post

Great plugin !!
I really like Tabnav. However, I don't like having the tab declaration files living in my app/models directory. So I added this line to environment.rb
config.load_paths += %W( #{RAILS_ROOT}/lib/tabnav )
And now, I can put my tabnav declaration files (i.e. main_tabnav.rb) in 'lib/tabnav'.