【发布时间】:2011-10-16 13:04:48
【问题描述】:
我正在寻找可安装到我的 rails 3 应用程序的可安装 CMS 引擎。我想做类似的事情:
MyApp::Application.routes.draw do
mount Resque::Server, :at => "/resque" # This already exists and is awesome
mount SomeAwesomeCMS::Server, :at => '/docs'
mount SomeAwesomeBlog::Server, :at => '/blog'
end
有人有什么积极的经历吗?
谢谢
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-3 content-management-system gem blogs