Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 25, 2010 17:25
Show Gist options
  • Save oleander/378554 to your computer and use it in GitHub Desktop.
Save oleander/378554 to your computer and use it in GitHub Desktop.
desc "Fetch product prices"
task :envc => :environment do
require 'nokogiri'
require 'open-uri'
save = Array.new
doc = Nokogiri::XML(open('http://pager.com'))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment