GeoRSS aggregator and Layar augmented reality server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

9 righe
165 B

  1. desc "This task is called by the Heroku scheduler add-on"
  2. task :get_all_feeds => :environment do
  3. puts "Getting all feeds..."
  4. Feed.fetch_all
  5. puts "done."
  6. end