TabsOnRails is a simple Rails plugin for creating and managing Tabs in Rails projects. It provides helpers for creating tabs, and virtually any type of navigation menu, with a flexible interface.
The release 0.8.0 is now available. This is the first beta release, even though this plugin has been publicly available for quite a while. It is now part of the standard set for most of my Rails projects and it turned out to be really helpful.
TabsOnRails 0.8.0 doesn't provide additional features but mainly bug fixes. The current_tab method is now available as an instance method so you can call it in your actions. Moreover, all instance methods are now declared as protected so that they no longer appear to be confused by Rails as standard actions.
To install or update:
$ gem install tabs_on_rails