Skip to content

Instantly share code, notes, and snippets.

View deekshithh's full-sized avatar
🎯
Focusing

Deekshith H deekshithh

🎯
Focusing
View GitHub Profile
@maxivak
maxivak / readme.md
Last active March 25, 2023 01:56
sitemap.xml for Rails 4 application

Generate sitemap.xml in Rails app

This post shows how to make sitemap.xml for your web site. The sitemap will be accessible by URL http://mysite.com/sitemap.xml

Routes

Myrails::Application.routes.draw do