开发者

How To Add A Ruby Blog to a Rails 3 App

Is it possible开发者_JAVA技巧 to add a blog system like toto ou jekyll to an existing Rails 3 app?

Thanks


So long as the blog is a Rack app, you can mount it in the router. See Yehuda Katz' excellent post for details.


Take a look at this stakoverflow question and jekyll-admin project


Yup, Toto and RubySlippers I know can be integrated into a Rails 3 app.

If you want a nice, hackable pure ruby & rack blog:

It uses git to manage versioning of your posts and publishing as well. It is built to get a free blog going on heroku in record time!

gem install ruby-slippers-engine

  • Template system (by separating business and presentation)
  • Ruby 1.8 and 1.9
  • Fully tested with Riot, protest the slow test!
  • Includes comments via discus, tagging, markdown, archives and more

~ note: I am the author of RubySlippers and a contributor to Toto

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜