I’m looking to retrieve the latest two posts from a Blogger.com account that belongs to me.
What is the best way of doing so using Ruby on Rails 2.3.5?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The absolute easiest way is to use your blog’s RSS feed.
Here are some good, simple, article on how to parse RSS feeds in Rails:
http://www.robbyonrails.com/articles/2005/05/11/parsing-a-rss-feed
http://rubyrss.com/