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

simple-navigation can be installed either as GemPlugin or as plugin.

Install as GemPlugin (preferred)

Rails 2

To install it as a GemPlugin (Rails >= 2.1 required) add the following line to your config/environment.rb:

config.gem "simple-navigation"

Then enter

$ rake gems:install

Rails 3

To include the gem in your Rails 3 app, just add it to the Gemfile:

gem "simple-navigation"

Install as plugin

Go to your rails-directory and enter:

$ script/plugin install git://github.com/andi/simple-navigation.git
Clone this wiki locally