<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebMantras</title>
	<atom:link href="http://www.webmantras.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmantras.com</link>
	<description>Rants on Ruby on Rails, ColdFusion, jQuery</description>
	<lastBuildDate>Wed, 16 May 2012 21:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Epoch Time Conversion in Rails</title>
		<link>http://www.webmantras.com/2012/05/17/epoch-time-conversion-in-rails/</link>
		<comments>http://www.webmantras.com/2012/05/17/epoch-time-conversion-in-rails/#comments</comments>
		<pubDate>Wed, 16 May 2012 21:35:57 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[epoch]]></category>
		<category><![CDATA[epoch time rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=726</guid>
		<description><![CDATA[To convert Epoch into a Time Object: Time.at(1280510409) #=&#62; 2010-07-30 12:20:09 -0500]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/05/17/epoch-time-conversion-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to link a folder with an existing Heroku app</title>
		<link>http://www.webmantras.com/2012/04/27/how-to-link-a-folder-with-an-existing-heroku-app/</link>
		<comments>http://www.webmantras.com/2012/04/27/how-to-link-a-folder-with-an-existing-heroku-app/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 05:57:59 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=739</guid>
		<description><![CDATA[To add your Heroku remote as a remote in your current repository, use the following command: git remote add your_app_name git@heroku.com:your_app_name.git You can find your Heroku App Name and the Git Repo URL from the Heroku App General Info page]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/04/27/how-to-link-a-folder-with-an-existing-heroku-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer a Git repo from one Mac to another?</title>
		<link>http://www.webmantras.com/2012/04/22/how-to-transfer-a-git-repo-from-one-mac-to-another/</link>
		<comments>http://www.webmantras.com/2012/04/22/how-to-transfer-a-git-repo-from-one-mac-to-another/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 00:09:00 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=734</guid>
		<description><![CDATA[First turn on Remote Login on your new Mac: Apple -&#62; System Preferences -&#62; Sharing -&#62; Remote Login Than via SSH: git clone ssh://username@ip.of.your.mac/Users/&#60;path_to_your_git_repo&#62; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/04/22/how-to-transfer-a-git-repo-from-one-mac-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Rails Questions on StackOverflow Pt 6</title>
		<link>http://www.webmantras.com/2012/02/17/interesting-rails-questions-on-stackoverflow-pt-6/</link>
		<comments>http://www.webmantras.com/2012/02/17/interesting-rails-questions-on-stackoverflow-pt-6/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 16:20:40 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rails string]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=706</guid>
		<description><![CDATA[Difference between string and text in Rails? How to split routes.rb into smaller files? Listing out parent then children Rails &#8211; How to ReCreate the database Upgrade Rails project from 3.0 to 3.1 Rails, how to replace all 2+ white spaces with &#38;nbsp? How do I add a jquery plugin to rails 3.1? Rails: update_attribute [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/02/17/interesting-rails-questions-on-stackoverflow-pt-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between the Rails delete and destroy class methods?</title>
		<link>http://www.webmantras.com/2012/01/25/what-is-the-difference-between-the-rails-delete-and-destroy-class-methods/</link>
		<comments>http://www.webmantras.com/2012/01/25/what-is-the-difference-between-the-rails-delete-and-destroy-class-methods/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 15:57:39 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=699</guid>
		<description><![CDATA[The delete methods bypass the various Active Record callback and validation functions, while the destroy methods ensure that they are all invoked. In general, it is better to use the destroy methods if you want to ensure that your database is consistent according to the business rules defined in your model classes.]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/01/25/what-is-the-difference-between-the-rails-delete-and-destroy-class-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Rails Questions on StackOverflow Pt 5</title>
		<link>http://www.webmantras.com/2012/01/11/interesting-rails-questions-on-stackoverflow-pt-5/</link>
		<comments>http://www.webmantras.com/2012/01/11/interesting-rails-questions-on-stackoverflow-pt-5/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 03:16:10 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=689</guid>
		<description><![CDATA[Rails 3 and Rich text editor How to add a before_filter in UserMailer which checks if it is OK to mail a user? Working on a legacy Rails application “data-type” argument in link_to Generating a report by date range in Rails How do I change the title of a page in Rails? Mongrel vs. WEBrick [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/01/11/interesting-rails-questions-on-stackoverflow-pt-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Rails Questions on StackOverflow Pt 4</title>
		<link>http://www.webmantras.com/2012/01/04/interesting-rails-questions-on-stackoverflow-pt-4/</link>
		<comments>http://www.webmantras.com/2012/01/04/interesting-rails-questions-on-stackoverflow-pt-4/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:09:16 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=633</guid>
		<description><![CDATA[Best way to create random DateTime in Rails How to properly work with jQuery in Rails 3.1 asset pipeline? WEBrick: RequestURITooLarge: should I update or use a different server? Running 2 websites off of same Rails codebase? Best Zip Code Plugin for Ruby Capitalize only first character of string and leave others alone? How to [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/01/04/interesting-rails-questions-on-stackoverflow-pt-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Tags for IE9 Pinned Sites</title>
		<link>http://www.webmantras.com/2011/12/13/meta-tags-for-ie9-pinned-sites/</link>
		<comments>http://www.webmantras.com/2011/12/13/meta-tags-for-ie9-pinned-sites/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 17:26:35 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=635</guid>
		<description><![CDATA[Windows Internet Explorer 9 introduces pinned sites, a feature with which you can integrate your websites with the Windows 7 desktop. With pinned sites enabled for a website, users can pin that site to the Windows 7 taskbar or add the site to the desktop or Start menu. Pinned sites enable easy access to favorite [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/2011/12/13/meta-tags-for-ie9-pinned-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevents that awful &#8220;This Page Contains Both Secure and Non-Secure Items&#8221; error message in IE?</title>
		<link>http://www.webmantras.com/2011/12/06/how-to-prevents-that-awful-this-page-contains-both-secure-and-non-secure-items-error-message-in-ie/</link>
		<comments>http://www.webmantras.com/2011/12/06/how-to-prevents-that-awful-this-page-contains-both-secure-and-non-secure-items-error-message-in-ie/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 15:37:51 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=671</guid>
		<description><![CDATA[By using this nifty protocol-relative URL trick]]></description>
		<wfw:commentRss>http://www.webmantras.com/2011/12/06/how-to-prevents-that-awful-this-page-contains-both-secure-and-non-secure-items-error-message-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web.config configuration rules</title>
		<link>http://www.webmantras.com/2011/11/30/web-config-configuration-rules/</link>
		<comments>http://www.webmantras.com/2011/11/30/web-config-configuration-rules/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 06:27:26 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=667</guid>
		<description><![CDATA[web.config configuration best practice rules for making web pages fast and secure]]></description>
		<wfw:commentRss>http://www.webmantras.com/2011/11/30/web-config-configuration-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

