<?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>Kale Davis &#187; Ruby</title>
	<atom:link href="http://kaledavis.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaledavis.com</link>
	<description>This is a blog, it goes bit bit</description>
	<lastBuildDate>Wed, 21 Jul 2010 10:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Exporting Data From MongoHQ</title>
		<link>http://kaledavis.com/2010/07/21/exporting-data-from-mongohq/</link>
		<comments>http://kaledavis.com/2010/07/21/exporting-data-from-mongohq/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:47:27 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kaledavis.com/?p=123</guid>
		<description><![CDATA[Recently I started to use MongoHQ to host a MongoDB that I am using for a side project. I am using their free plan, but I would recommend them to anyone as it is very easy to setup and fast. Last week I needed to get a copy of the database and although I could [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I started to use <a href="https://mongohq.com/home">MongoHQ</a> to host a <a href="http://www.mongodb.org/">MongoDB</a> that I am using for a <a href="http://www.hackernewsletter.com/">side project</a>. I am using their <a href="https://mongohq.com/pricing">free plan</a>, but I would recommend them to anyone as it is very easy to setup and fast.</p>
<p>Last week I needed to get a copy of the database and although I could write some code to do it, I figured there had to be an easy way. Searching didn&#8217;t help, so I posted a question on the MongoHQ support site and within an hour had a <a href="http://docs.mongohq.com/howto-migrating-between-mongohq">response</a> from Jason. </p>
<p>The article has more details, but the basic command is:</p>
<p><code>mongodump -h temple.mongohq.com:27043 -d database_name -u username -p password -o location_to_copy_to<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kaledavis.com/2010/07/21/exporting-data-from-mongohq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David Heinemeier Hansson &#8211; Ruby on Rails, Startups, Culture</title>
		<link>http://kaledavis.com/2008/11/18/david-heinemeier-hansson-ruby-on-rails-startups-culture/</link>
		<comments>http://kaledavis.com/2008/11/18/david-heinemeier-hansson-ruby-on-rails-startups-culture/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:52:08 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kaledavis.com/?p=74</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/sb2xzeWf-PM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/sb2xzeWf-PM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://kaledavis.com/2008/11/18/david-heinemeier-hansson-ruby-on-rails-startups-culture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links &#8211; “Top Ruby Sites″</title>
		<link>http://kaledavis.com/2008/01/13/links-top-ruby-sites/</link>
		<comments>http://kaledavis.com/2008/01/13/links-top-ruby-sites/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 06:47:59 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kaledavis.com/2008/01/13/links-%e2%80%9ctop-ruby-sites%e2%80%b3/</guid>
		<description><![CDATA[Ruby is an incredible language that can really open your eyes (especially if you come from the Microsoft world).  When ever I tell people I am learning Ruby and using it for future projects I get a &#8220;huh?&#8221;, so here are a couple of my favorite Ruby sites that might help: Ruby Inside &#8211; The top [...]]]></description>
			<content:encoded><![CDATA[<p>Ruby is an incredible language that can really open your eyes (especially if you come from the Microsoft world).  When ever I tell people I am learning Ruby and using it for future projects I get a &#8220;huh?&#8221;, so here are a couple of my favorite Ruby sites that might help:</p>
<p><a href="http://rubyinside.com/" title="Ruby Inside">Ruby Inside</a> &#8211; The top site to find new articles and information about Ruby and Ruby related sites.  Updated through out the day.<br />
<a href="http://www.oreillynet.com/ruby/" title="O'Reilly Ruby Blog">O&#8217;Reilly Ruby Blog</a> &#8211; Great articles and how-to&#8217;s on here.<br />
<a href="http://tryruby.hobix.com/" title="Try Ruby!">Try Ruby!</a> &#8211; An online parser that allows you to check out exactly what Ruby is all about.  Very cool.  They have a couple tutorials that will walk you through some things to try.  You will be amazed!<br />
<a href="http://rubyquiz.com/" title="Ruby Quiz">Ruby Quiz</a> &#8211; I haven&#8217;t enter one of these weekly contests yet&#8230;but I plan to this year.  They have lots of great challenges (some of which are very hard, but there is some easy ones too) listed along with all entered solutions so it is a great way to learn Ruby.<br />
<a href="http://rubycorner.com/" title="Ruby Corner">Ruby Corner</a> &#8211; Aggregator of Ruby blogs&#8230;.<br />
<a href="http://www.poignantguide.net/ruby/index.html" title="Poigant Guide to Ruby">Poigant Guide to Ruby</a> &#8211; There is some interesting folks in the Ruby and Rails communities, but I would say the auther of this series takes the cake.  He goes by &#8216;why&#8217; and you will have to check it out cause it is hard to describe.  Can&#8217;t promise you will learn Ruby from it unless you like comic books&#8230;but it will bring a smile to your face just thinking if all documentation was this fun to read.</p>
]]></content:encoded>
			<wfw:commentRss>http://kaledavis.com/2008/01/13/links-top-ruby-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.448 seconds -->
