<?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>My Green Jar &#187; Ruby on Rails</title>
	<atom:link href="http://www.mygreenjar.com/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygreenjar.com</link>
	<description>[[brain alloc] init]</description>
	<lastBuildDate>Thu, 15 Jan 2009 08:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding files to Subversion</title>
		<link>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/</link>
		<comments>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:02:06 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/</guid>
		<description><![CDATA[I picked up this tip when I was beginning to work with Ruby on Rails and Subversion. I added the following alias to my .profile file 
alias svnaddall=&#8217;svn status &#124; grep &#8220;^\?&#8221; &#124; awk &#8220;{print \$2}&#8221; &#124; xargs svn add&#8217;

This command takes all files in the present directory and flags them to be added in [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up this tip when I was beginning to work with <a href="http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion/versions/202">Ruby on Rails and Subversion</a>. I added the following alias to my .profile file <br/><br />
alias svnaddall=&#8217;svn status | grep &#8220;^\?&#8221; | awk &#8220;{print \$2}&#8221; | xargs svn add&#8217;<br />
<br/><br />
This command takes all files in the present directory and flags them to be added in the next commit. This saves adding each of the files one-by-one. You don&#8217;t just have to use the command for Rails either- use it for everything. I do!</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/OS%20X" rel="tag">OS X</a>, <a href="http://technorati.com/tag/Ruby%20on%20Rails" rel="tag">Ruby on Rails</a>, <a href="http://technorati.com/tag/Subversion" rel="tag">Subversion</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Capistrano Deployment on Dreamhost</title>
		<link>http://www.mygreenjar.com/2006/06/27/capistrano-deployment-on-dreamhost/</link>
		<comments>http://www.mygreenjar.com/2006/06/27/capistrano-deployment-on-dreamhost/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 22:52:41 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.mygreenjar.com/?p=3</guid>
		<description><![CDATA[After much reading about the joys of capistrano, I decided to test it! I spent ages reading tutorials- and the excellent guide on the ruby on rails website (link). But I still couldn&#8217;t deploy my small test apps. I had some great pointers, but basically the gist is if you haven&#8217;t already logged into the [...]]]></description>
			<content:encoded><![CDATA[<p>After much reading about the joys of capistrano, I decided to test it! I spent ages reading tutorials- and the excellent guide on the ruby on rails website <a href="http://manuals.rubyonrails.com/read/book/17">(link)</a>. But I still couldn&#8217;t deploy my small test apps. I had some great pointers, but basically the gist is if you haven&#8217;t already logged into the remote servers by ssh and verified its fingerprint then capistrano deployment fails. Since you cannot ssh into your dreamhost database server, the trick to use is to list your web, app and database servers as the domain that you would like to host from; i.e. ruby.mygreenjar.com. Since all the appropriate database servers should be set in database.yml everything should execute perfectly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygreenjar.com/2006/06/27/capistrano-deployment-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
