What is the best Wiki Gem for Ruby on Rails?

I am looking for a Wiki Gem for RoR that has:

  • Wiki core functions (obviously)
  • history function for all entries,
  • uses MySQL (without SQLite)
  • optionally, instead of using articles, we would like to define some fields for use in the template ...

If I had to give an example website using similar features, this would be CrunchBase. This is a wiki-like system with predefined fields.

Thank you so much for your help!

+3
source share
1 answer

There is no Wiki replica for Rails. You have a few gems that will facilitate the development of a Wiki just like what you are looking for here.

, vestal_versions, Markdown BlueCloth. , .

vestal_versions , ActiveRecord, RDBMS, .

+2

All Articles