<entry xmlns:thr='http://purl.org/syndication/thread/1.0' xmlns='http://www.w3.org/2005/Atom'>
<id>tag:intertwingly.net,2004:2859</id>
<link href='http://intertwingly.net/blog/2008/06/19/Intertwingly-on-Git' rel='alternate'/>
<link href='http://intertwingly.net/blog/2859.atom' rel='replies' thr:count='4' thr:updated='2008-06-21T08:17:00-04:00'/>
<title>Intertwingly on Git</title>
<summary type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'>I’ve installed git and gitweb, and put up my <a href='http://code.intertwingly.net/public/git/?p=riggr;a=summary'>initial code explorations</a> for a Ruby on Rails based rewrite of this blog’s software. Neither the code nor the tests are all that much just yet, mostly just scaffolding and CSS, a small bit of controller logic, and the autogenerated tests and fixtures. But anybody out there feels compelled to try it out, go for it.</div></summary>
<content type='xhtml'><div xmlns='http://www.w3.org/1999/xhtml'><svg viewBox='0 0 120 70' height='70' xmlns='http://www.w3.org/2000/svg' width='120'>
<path d='M20,20h20m5,0h20m5,0h20' stroke='#c00000' stroke-width='10'></path>
<path d='M20,40h20m5,0h20m5,0h20M30,30v20m25,0v-20m25,0v20' stroke='#008000' stroke-width='6'></path>
</svg>
<p>I’ve installed <a href='http://git.or.cz/'>git</a> and <a href='http://git.or.cz/gitwiki/Gitweb'>gitweb</a>, and put up my <a href='http://code.intertwingly.net/public/git/?p=riggr;a=summary'>initial code explorations</a> for a Ruby on Rails based rewrite of this blog’s software. Neither the code nor the tests are all that much just yet, mostly just scaffolding and CSS, a small bit of controller logic, and the autogenerated tests and fixtures. But anybody out there feels compelled to try it out, go for it:</p>
<pre class='code'>git clone http://code.intertwingly.net/public/git/riggr
rake db:migrate
rake test</pre>
<p>Initial impressions:</p>
<ul>
<li>Git is <b>fast</b></li>
<li>The integration with ssh and pre/post commit hooks makes even single developer apps a breeze.</li>
</ul>
<p>Links I found useful in the process: </p>
<ul>
<li><a href='http://autopragmatic.com/2008/01/26/hosting-a-git-repository-on-dreamhost/'>Hosting a git repository on dreamhost</a></li>
<li><a href='http://toolmantim.com/article/2007/12/5/setting_up_a_new_rails_app_with_git'>Setting up a new Rails app with Git</a></li>
<li><a href='http://ozmm.org/posts/git_post_commit_for_profit.html'>Git post-commit for profit</a></li>
<li><a href='http://tomayko.com/writings/the-thing-about-git'>The Thing About Git</a></li>
</ul></div></content>
<updated>2008-06-19T16:09:25-04:00</updated>
<source xmlns:planet='http://planet.intertwingly.net/'><planet:Intertwingly>http://intertwingly.net/blog/index.atom</planet:Intertwingly><link href='http://intertwingly.net/blog/index.atom' rel='self'/><id>http://intertwingly.net/blog/index.atom</id><icon>http://intertwingly.net/favicon.ico</icon><title>Sam Ruby</title><subtitle>It’s just data</subtitle><author>
<name>Sam Ruby</name>
<email>rubys@intertwingly.net</email>
<uri>http://intertwingly.net/blog/</uri>
</author><updated>2008-06-27T10:49:16-04:00</updated><link href='http://intertwingly.net/blog/' rel='alternate'/><link href='http://creativecommons.org/licenses/BSD/' rel='license'/><link href='http://intertwingly.net/blog/index.atom' rel='self'/></source></entry>