forked from codeplant/simple-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
andi edited this page Sep 13, 2010
·
101 revisions
Welcome to the simple-navigation wiki! simple-navigation is a ruby library for creating navigations (with multiple levels) for your Ruby on Rails application. To see the gem/plugin in action please visit the online demo page
- 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
- Help – how to get help
The simple-navigation gem is ruby 1.9 compliant.
- Generate predefined stylesheets (based on templates) when requested (e.g. rake task) for those who do not want to style their navigation on their own.
- Add more renderers
- except and only options for ‘navigation’ (controllers)
I would like to thank the whole community for the feedback and inspiration. Special thanks goes to Jack Dempsey, Richard Hulse, Gernot Kogler and Florian Hanke for providing patches, enhancements, ideas and support.