<?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, 27 Feb 2013 03:52:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to find which Git branches have been merged?</title>
		<link>http://www.webmantras.com/2013/02/27/how-to-find-which-git-branches-have-been-merged/</link>
		<comments>http://www.webmantras.com/2013/02/27/how-to-find-which-git-branches-have-been-merged/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 03:52:48 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=840</guid>
		<description><![CDATA[If you have a ton of branches and you want to find which branches have been merged: git branch --merged master To find which branches have NOT been merged: git branch --no-merged master &#160;]]></description>
		<wfw:commentRss>http://www.webmantras.com/2013/02/27/how-to-find-which-git-branches-have-been-merged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhoneGap New</title>
		<link>http://www.webmantras.com/2013/01/15/phonegap-new/</link>
		<comments>http://www.webmantras.com/2013/01/15/phonegap-new/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 03:48:03 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[PhoneGap]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=863</guid>
		<description><![CDATA[PhoneGap 2.3.0 Released PhoneGap 2.3.0 now has full support for Windows Phone 8 How to develop for Windows Phone 8 on your Mac]]></description>
		<wfw:commentRss>http://www.webmantras.com/2013/01/15/phonegap-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Rails 3 on an Amazon EC2 Instance</title>
		<link>http://www.webmantras.com/2012/08/21/setting-up-rails-3-on-an-amazon-ec2-instance/</link>
		<comments>http://www.webmantras.com/2012/08/21/setting-up-rails-3-on-an-amazon-ec2-instance/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 05:46:14 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=599</guid>
		<description><![CDATA[Setting up Rails 3 stack on an Amazon EC2 instance]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/21/setting-up-rails-3-on-an-amazon-ec2-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to manage multiple Heroku environments and link existing folders to Heroku Apps?</title>
		<link>http://www.webmantras.com/2012/08/15/how-to-manage-multiple-heroku-environments-and-link-existing-folders-to-heroku-apps/</link>
		<comments>http://www.webmantras.com/2012/08/15/how-to-manage-multiple-heroku-environments-and-link-existing-folders-to-heroku-apps/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 00:11:46 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[StackOverflow]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=763</guid>
		<description><![CDATA[Here are a couple of Stack Overflow questions that will help you get Git setup for your local dev environment: Managing Heroku Multiple environments with existing app How to link a folder with an existing Heroku app? Multiple environments on Heroku]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/15/how-to-manage-multiple-heroku-environments-and-link-existing-folders-to-heroku-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Ruby on Rails questions on Stack Overflow Part 9</title>
		<link>http://www.webmantras.com/2012/08/14/interesting-ruby-on-rails-questions-on-stack-overflow-part-9/</link>
		<comments>http://www.webmantras.com/2012/08/14/interesting-ruby-on-rails-questions-on-stack-overflow-part-9/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 06:29:24 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[StackOverflow]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=778</guid>
		<description><![CDATA[How do I download a remote image onto my file system in Rails? How to check gems ready to update? Rails boolean fields naming convention: `is_foo` or just `foo`? How to write a Recursive function in Rails? Where to store sensitive data in public Rails app? Capistrano Deploy Ruby on Rails project on EC2 How [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/14/interesting-ruby-on-rails-questions-on-stack-overflow-part-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3 Application Template</title>
		<link>http://www.webmantras.com/2012/08/07/rails-3-application-template/</link>
		<comments>http://www.webmantras.com/2012/08/07/rails-3-application-template/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 19:42:49 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=829</guid>
		<description><![CDATA[Here is my Ruby Rails 3 Application template script I use to create a new Rails app.]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/07/rails-3-application-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FB.login() called before FB.init() error</title>
		<link>http://www.webmantras.com/2012/08/03/fb-login-called-before-fb-init-error/</link>
		<comments>http://www.webmantras.com/2012/08/03/fb-login-called-before-fb-init-error/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 22:44:31 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=818</guid>
		<description><![CDATA[I received the following error &#8220;FB.login() called before FB.init()&#8221; in my Rails application after I followed all the steps from the Facebook Authentication screencasts. To fix the issue I had to move the fb-root div tag after the window.fbAsyncInit function. Here is the gist:]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/03/fb-login-called-before-fb-init-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API Documentation</title>
		<link>http://www.webmantras.com/2012/08/02/api-documentation/</link>
		<comments>http://www.webmantras.com/2012/08/02/api-documentation/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 05:50:05 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=793</guid>
		<description><![CDATA[Came across these while researching for API documentation best practices: How to Write a Self-Documenting API API Documentation: Where to Begin Designing Great API Docs]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/08/02/api-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Mobile Development</title>
		<link>http://www.webmantras.com/2012/07/28/introduction-to-mobile-development/</link>
		<comments>http://www.webmantras.com/2012/07/28/introduction-to-mobile-development/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 20:38:47 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=799</guid>
		<description><![CDATA[&#160; &#160;]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/07/28/introduction-to-mobile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 3 Cheat Sheet</title>
		<link>http://www.webmantras.com/2012/07/28/ruby-on-rails-3-cheat-sheet/</link>
		<comments>http://www.webmantras.com/2012/07/28/ruby-on-rails-3-cheat-sheet/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 19:40:17 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/?p=789</guid>
		<description><![CDATA[You can find my Rails 3 cheat sheet on GitHub. &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.webmantras.com/2012/07/28/ruby-on-rails-3-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
