Skip to content

What's new in version 3.0.0

andi edited this page Sep 28, 2010 · 1 revision

The key features of the new version are:

  • supports Rails 3.0
  • supports Sinatra
  • supports Padrino
  • explicit highlighting in rails controllers (through navigation and current_navigation methods) is still available, but has to be required explicitly
  • much cleaner code due to decoupling of rails
  • removed backwards compatibility to version 1 (everything removed has been deprecated in earlier version)
  • new public project with a sample application running with Rails2, Rails3, Sinatra and Padrino

If you would like to use simple-navigation in your sinatra or padrino app, please have a look at the sinatra-simple-navigation gem which is a sinatra extension that simplifies the integration of simple-navigation with sinatra or padrino.

Feedback is always welcome. Please open an issue if you’re having troubles with the new version.

Clone this wiki locally