4

I'm looking for a Wiki Gem for RoR that has:

  • basic Wiki features (obviously),
  • a history feature on all entries,
  • uses MySQL (no SQLite),
  • optionally, instead of using articles, we would like to define some fields to use, in a template…</li>

If I had to cite an example of a website using similar kind of features, it would be CrunchBase. It is a wiki-like system, with predefined fields.

Thank you so much for your help!

4

1 に答える 1

4

Rails自体にはWikiの宝石はありません。あなたが持っているのは、あなたがここで探しているものとよく似たWikiの開発を容易にするいくつかの宝石です。

バージョン管理にはvestal_versionsをお勧めし、MarkdownのレンダリングにはBlueClothをお勧めします。これらの宝石は両方ともしばらくの間発売されており、かなり成熟しており、十分にテストされています。

vestal_versionsは、ActiveRecord機能に便乗するため、DBに依存しないため、どのRDBMSでも機能します。

于 2012-05-21T12:59:55.137 に答える