To create a wiki in a Ruby on Rails app, I’ve created a plugin called: MiniWiki. With 3 simple steps it is possible to add a very basic wiki to your application. The only dependency is RedCloth and the generator creates a migration for only two tables in your database. For more detailed information see the Github page.
Try here: http://tnux.net/miniwiki/