FAQs seem to be a pretty commonly needed feature in a web application.. but it seems like there are no gems or plugins available for Rails.
常见问题解答似乎是Web应用程序中非常常见的功能..但似乎没有可用于Rails的宝石或插件。
Can you recommend a gem or plugin which provides FAQs to a Rails app?
你能推荐一个为Rails应用程序提供FAQ的gem或插件吗?
Obviously you could make a simple FAQ very quickly with Rails, but there is much more functionality that can be added: votes, search, categories, roles, comments, markup, embedded links, tags, ... just to name a few.
显然,您可以使用Rails快速制作一个简单的常见问题解答,但可以添加更多功能:投票,搜索,类别,角色,评论,标记,嵌入式链接,标签......仅举几例。
Seems like people are re-inventing the wheel a lot for FAQs
似乎人们正在为FAQ重新发明*
3 个解决方案
#1
7
I just published a gem for it.
我刚刚为它发布了一个宝石。
https://github.com/railscash/how_to
Hope that helps, Its in development phase but we are using it actively. Your comments/feedback will be highly appreciated
希望有所帮助,它处于开发阶段,但我们正在积极地使用它。您的意见/反馈将受到高度赞赏
#2
3
I think either using BrowserCMS (http://browsercms.org) or RefineryCMS (http://refinerycms.com/) fits the bill for when you need more generic content pages. I prefer to just use a generic CMS instead of creating a gem/plugin for FAQS as you'll have other pages that could easily be thrown into a CMS engine as well. Saves developer time from having to update mostly static HTML pages.
我认为使用BrowserCMS(http://browsercms.org)或RefineryCMS(http://refinerycms.com/)可以满足您需要更多通用内容页面的要求。我更喜欢使用通用CMS而不是为FAQS创建gem /插件,因为您还可以轻松地将其他页面放入CMS引擎中。节省开发人员的时间,不必更新大多数静态HTML页面。
#3
0
Absolutely - Check out https://oraguide.com - Everything is streamlined / hosted in the cloud. It runs directly on the page as a floating div.
绝对 - 请访问https://oraguide.com - 一切都在云端简化/托管。它作为浮动div直接在页面上运行。
#1
7
I just published a gem for it.
我刚刚为它发布了一个宝石。
https://github.com/railscash/how_to
Hope that helps, Its in development phase but we are using it actively. Your comments/feedback will be highly appreciated
希望有所帮助,它处于开发阶段,但我们正在积极地使用它。您的意见/反馈将受到高度赞赏
#2
3
I think either using BrowserCMS (http://browsercms.org) or RefineryCMS (http://refinerycms.com/) fits the bill for when you need more generic content pages. I prefer to just use a generic CMS instead of creating a gem/plugin for FAQS as you'll have other pages that could easily be thrown into a CMS engine as well. Saves developer time from having to update mostly static HTML pages.
我认为使用BrowserCMS(http://browsercms.org)或RefineryCMS(http://refinerycms.com/)可以满足您需要更多通用内容页面的要求。我更喜欢使用通用CMS而不是为FAQS创建gem /插件,因为您还可以轻松地将其他页面放入CMS引擎中。节省开发人员的时间,不必更新大多数静态HTML页面。
#3
0
Absolutely - Check out https://oraguide.com - Everything is streamlined / hosted in the cloud. It runs directly on the page as a floating div.
绝对 - 请访问https://oraguide.com - 一切都在云端简化/托管。它作为浮动div直接在页面上运行。