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.
Rails 3.1 アプリで RSS フィードを解析するにはどうすればよいですか。このトピックに関する現在のリソースを見つけるのに苦労しています。
コントローラーでこれが必要になります。
require 'rss' rss = RSS::Parser.parse(open('http://example.com/feed/posts').read, false)
Ruby を使用した RSS フィードの解析から。