<?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>Silence is Foo &#187; bash</title>
	<atom:link href="http://raflabs.com/blogs/silence-is-foo/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://raflabs.com/blogs/silence-is-foo</link>
	<description>Mental notes on Ruby, Git, Rails and whatever geeky thing</description>
	<lastBuildDate>Thu, 07 Apr 2011 19:11:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Heroku gem bash completion</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 05:53:02 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[helpers]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=953</guid>
		<description><![CDATA[Do you need bash completion for the heroku gem?
Here it is =&#62; http://github.com/rafmagana/heroku_bash_completion
Please read the README file for installation instructions and usage.
reddit_url = http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/;reddit_title = Heroku+gem+bash+completion;reddit_newwindow='1';]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUSh, a multi-service URL shortener in Ruby</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/08/27/mush-multiservice-url-shortener-ruby/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/08/27/mush-multiservice-url-shortener-ruby/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 05:53:37 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bitly]]></category>
		<category><![CDATA[isgd]]></category>
		<category><![CDATA[mush]]></category>
		<category><![CDATA[owly]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[shorten]]></category>
		<category><![CDATA[shortener]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=882</guid>
		<description><![CDATA[I have to tell the truth, I'm really lazy, if there is a way to avoid to do something I will do so. 
What about avoiding to open a browser or create a new tab and click a bookmark or type the address of a URL shortener service when I want to shorten a URL? [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/08/27/mush-multiservice-url-shortener-ruby/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>git submodules statistics in the terminal prompt</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/08/21/git-submodules-statistics-terminal-prompt/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/08/21/git-submodules-statistics-terminal-prompt/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 18:49:10 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[submodule]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=803</guid>
		<description><![CDATA[When I'm working in projects with submodules and I make a change in one of the submodules I have to go to every submodule directory to review the changes, some times I didn't make any change in a submodule but my memory is not that smart to know that and it's a waste of time.
The [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/08/21/git-submodules-statistics-terminal-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting your terminal title to include your current ruby version</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/25/setting-your-terminal-title-to-include-your-current-ruby-version/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/07/25/setting-your-terminal-title-to-include-your-current-ruby-version/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 06:47:30 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=536</guid>
		<description><![CDATA[Using RVM to switch ruby versions is really awesome, but I've found myself issuing ruby -v a lot of times because sometimes I have terminals with 1.8 and others with 1.9 and I need to know which version a given terminal is running , so I ended putting the current ruby version in the terminal title.
In [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/07/25/setting-your-terminal-title-to-include-your-current-ruby-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My friend the Rails console &#8211; Part II</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:45:47 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[pasteboaRb]]></category>
		<category><![CDATA[pasteboard]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=500</guid>
		<description><![CDATA[You can find the first part clicking here.
Despite all this Rails 3 thingy, we have to face it, we won't ditch Rails 2.3.x anytime soon, so I'm still in the mood to post things about Rails 2.3.x. This time I'll try to provide you guys with some Rails 3 version of the tricks or tips [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/07/21/my-friend-the-rails-console-part-ii/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dumping and restoring data with the YamlDB gem in Rails</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/19/dumping-and-restoring-data-with-the-yamldb-gem-in-rails/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/07/19/dumping-and-restoring-data-with-the-yamldb-gem-in-rails/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:41:32 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[migrations]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=488</guid>
		<description><![CDATA[What is YamlDB (yaml_db)?
YamlDb is a Rails plugin and a gem for dumping and restoring data in YAML format. It complements the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml.
Some Real-world usages

Backup data in YAML format (database-independent)
Restore YAML data to virtually any database
Switching from say SQLite to mySQL, or other databases
Replicate [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/07/19/dumping-and-restoring-data-with-the-yamldb-gem-in-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

