Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望从属于我的 Blogger.com 帐户中检索最新的两篇文章。
使用 Ruby on Rails 2.3.5 的最佳方法是什么?
谢谢!
最简单的方法是使用您博客的 RSS 提要。
以下是一些关于如何在 Rails 中解析 RSS 提要的简单好文章:
http://www.robbyonrails.com/articles/2005/05/11/parsing-a-rss-feed
http://rubyrss.com/
使用 Ruby 和 blogger.com 的 API。