Sha256: 0c587b9f3a429a451b8ecb7c91a4ce75d7b9e89d6afc619a100c551c40d7ffe6

Contents?: true

Size: 989 Bytes

Versions: 62

Compression:

Stored size: 989 Bytes

Contents

Sitemap::Generator.instance.load :host => "www.#{Settings.app.domain}" do

  path :home
  
  # Sample path:
  #   path :faq
  # The specified path must exist in your routes file (usually specified through :as).

  # Sample path with params:
  #   path :faq, :params => { :format => "html", :filter => "recent" }
  # Depending on the route, the resolved url could be http://mywebsite.com/frequent-questions.html?filter=recent.

  # Sample resource:
  #   resources :articles

  # Sample resource with custom objects:
  #   resources :articles, :objects => proc { Article.published }

  # Sample resource with search options:
  #   resources :articles, :priority => 0.8, :change_frequency => "monthly"

  # Sample resource with block options:
  #   resources :activities,
  #             :skip_index => true,
  #             :updated_at => proc { |activity| activity.published_at.strftime("%Y-%m-%d") }
  #             :params => { :subdomain => proc { |activity| activity.location } }

end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
fullstack-cms-0.3.8.fix lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.32.fix lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.10 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.9 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.8 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.7 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.6 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.5 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.4 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.3 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.2 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.3.1 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.36 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.35 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.34 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.33 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.31 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.30 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.29 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt
fullstack-cms-0.2.28 lib/generators/fullstack/cms/templates/rails/config/sitemap.rb.tt