Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History

episode-168

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
Railscasts Episode #168: Feed Parsing

http://railscasts.com/episodes/168

Commands
  sudo gem install pauldix-feedzirra
  script/generate model feed_entry name:string summary:text url:string published_at:datetime guid:string
  rake db:migrate

Console
  FeedEntry.update_from_feed("http://feeds.feedburner.com/railscasts")
  FeedEntry.count