<?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>WebOnRails &#187; utility scripts</title>
	<atom:link href="http://webonrails.com/category/utility-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Displaying information about your git repository</title>
		<link>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/</link>
		<comments>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:09:15 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utility scripts]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Rubyonrails]]></category>

		<guid isPermaLink="false">http://webonrails.com/?p=332</guid>
		<description><![CDATA[Want to see information about your git repository? Based on a discussion here Duane Johnson wrote a very useful bash script. I am using this script from months and would like to share with you. You can download this script here(). You can also add an alias like below, so that I can be a]]></description>
			<content:encoded><![CDATA[<p>Want to see information about your git repository?</p>
<p>Based on a discussion <a href="http://kerneltrap.org/mailarchive/git/2007/11/12/406496">here</a> Duane Johnson wrote a very useful bash script.  I am using this script from months and would like to share with you. You can download this script here(<a class="downloadlink" href="http://webonrails.com/wp-content/plugins/download-monitor/download.php?id=8" title=" downloaded 486 times" >git-info.txt (486)</a>).</p>
<p>You can also add an alias like below, so that I can be a accessed by a single command &#8220;gitinfo&#8221;</p>
<pre class="brush: bash;">
alias gitinfo=&quot;/home/akhil/git-info.txt&quot;
</pre>
<p>When you run this script from your working copy it displays:</p>
<ul>
<li>Remote URL</li>
<li>Remote Branches</li>
<li>Local Branches</li>
<li>Configuration (.git/config)</li>
<li>Most Recent Commit</li>
</ul>
<p>Isn&#8217;t it useful, give it a try <img src='http://webonrails.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2009/11/12/displaying-information-about-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby script to install bulk gems</title>
		<link>http://webonrails.com/2008/12/08/ruby-script-to-install-bulk-gems/</link>
		<comments>http://webonrails.com/2008/12/08/ruby-script-to-install-bulk-gems/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:47:48 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[ROR]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby-script]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[utility scripts]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[utility script]]></category>

		<guid isPermaLink="false">http://webonrails.com/?p=153</guid>
		<description><![CDATA[Recently I had to setup many rails servers and for that I had to install some gems again and again by issuing traditional &#8220;gem install xyz&#8221; command several times. This was actually very annoying. To avoid issuing &#8220;gem install xyz&#8221; command again and again, while setting up new machine, I wrote a utility script in]]></description>
			<content:encoded><![CDATA[<p>Recently I had to setup many rails servers and for that I had to install some gems again and again by issuing traditional &#8220;gem install xyz&#8221; command several times. This was actually very annoying.</p>
<p>To avoid issuing &#8220;gem install xyz&#8221; command again and again, while setting up new machine, I wrote a utility script in ruby. This script read a list of gems and install them by avoiding ri and rdoc installation for gem. </p>
<p>This script saved lots of my time. Here is the <a class="downloadlink" href="http://webonrails.com/wp-content/plugins/download-monitor/download.php?id=7" title="Version 1.01 downloaded 930 times" >Ruby script to install bulk gems</a>, if you would like to give it a try.</p>
<p>Download this script and save as .rb. Run this script by &#8220;ruby install_gems.rb&#8221; and follow the instructions on screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://webonrails.com/2008/12/08/ruby-script-to-install-bulk-gems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
