Skip to content
andi edited this page Sep 13, 2010 · 101 revisions

simple-navigation is a ruby gem for creating navigations (with multiple levels) for your Ruby on Rails application. You can render your navigation as html list, link list or breadcrumbs.

To see the gem/plugin in action please visit the online demo.

Table of contents

  • About – what is it and how does it work?
  • Installation – how to install the gem in your rails app
  • Configuration – how to configure your navigation and determine the active navigation item
  • Rendering – how to render your navigation in the views
  • Styling – how to style your navigation
  • Demonstration – a live demonstration of simple-navigation
  • FAQ – frequently asked questions
  • Help – how to get help
  • Upcoming Features

Ruby 1.9 Compliance

The simple-navigation gem is ruby 1.9 compliant.

Credits

I would like to thank the whole community for the feedback and inspiration. Special thanks goes to Markus Schirp, Jack Dempsey, Richard Hulse, Gernot Kogler and Florian Hanke for providing patches, enhancements, ideas and support.

Clone this wiki locally