Simple Navigation is a ruby library for creating navigations (with multiple levels) for your Rails 2, Rails 3, Rails 4, Sinatra or Padrino applications. It runs with all ruby versions (including ruby 2.x).
For the complete documentation, take a look at the project's wiki.
You can consult the project's RDoc on RubyDoc.info.
If you need to generate the RDoc files locally, check out the repository and simply call the rake rdoc
in the project's folder.
You can try simple-navigation with the online demo.
The source code of this online demo is available on Github.
Don't hesitate to come talk on the project's group.
- Fork it (https://github.com/codeplant/simple-navigation/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2015 codeplant GmbH, released under the MIT license