How to submit sitemap to search engines

There are many ways that can be used to submit sitemap to search engines.Lets discuss approaches1. Put sitemap.xml in public folder and you are done.    Crawlers will find it through url    http://yourdomain.com/sitemap.xml2. There are many online sites which generates sitemaps for you.    like http://www.xml-sitemaps.com/3. Open following urls in browser. Be sure to add xml sitemap path … Continue reading How to submit sitemap to search engines

Managing multiple ruby versions and rails versions with rvm

While working with many projects that uses different ruby versions and rails versions, one big problem arises that how do we manage all this ?We know that managing multiple rails versions wont be problem at all.but what about ruby versions, How one can manage multiple ruby versions. also while upgrading or degrading ruby version, we … Continue reading Managing multiple ruby versions and rails versions with rvm