My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Show all Featured downloads:
acts_as_feeder.tar.gz
Feeds:
People details
Project owners:
  nicolas55ar

URGENT

Please update your plugin version. I was make several changes to make work better. Thanks.

Features:

Current Version: 0.1

HOW TO USE

07/26/07

Generator:

script/generate feeder

rake db:migrate (To create the tables)

Class Mehods:

Instance Methods:
  • parse_feed (feed_url , option = :feed_url , want_save = false)
  • Parse the feed_url and return the feed model
    option:
    • :feed_url (set with this value when you pass the feed url)
    • :xml (set with this value when you pass the hash with the xml feed file and feed url)
    want_save: If is set to true saves the model returned
  • get_entries (option = :update)
  • Get the entries for the feed
    option:
    • :new (get entries for a new feed without entries)
    • :update (update the entries for a feed)

Please see the Changelog in the wiki page









Hosted by Google Code