Skip to content

Instantly share code, notes, and snippets.

@jerodsanto
Created May 3, 2009 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerodsanto/105992 to your computer and use it in GitHub Desktop.
Save jerodsanto/105992 to your computer and use it in GitHub Desktop.
desc 'Generate Sitemap'
task :sitemap => :environment do
require 'big_sitemap'
sitemap = BigSitemap.new(:url_options => {:host => 'example.com'})
sitemap.add Ticket
sitemap.generate
# sitemap.ping_search_engines
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment