How do I create a Wiki using Ruby on Rails?

Go To StackoverFlow.com

0

I was recently given a task to create a blog using Ruby on Rails. So I found a very helpful guide, which was very helpful for the blog. However, there seems to be a short supply of good Ruby-on-Rails guides on creating a wiki that is, up to date, makes sense and accurate.

2012-04-04 18:33
by Chris
Maybe you should create your own Rails wiki and document your experience :- - Brandan 2012-04-04 18:43


2

You can check existing gems for wikis: https://www.ruby-toolbox.com/categories/wiki_apps

There are 3 rails-based wikis.

The most active is https://github.com/alno/irwi.

Other two, https://github.com/queso/signal-wiki and https://github.com/AndyMoreland/kii, was not updated for years, but still you can try to look through sources to get the base idea

2012-04-04 18:41
by Anton Dieterle
Is there not a way to do it without using a plugin for rails - Chris 2012-04-04 19:07
Ads