<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>*blog</title>
	
	<link>http://blog.joeygeiger.com</link>
	<description>solving my problems, one at a time</description>
	<lastBuildDate>Mon, 22 Oct 2012 02:21:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/joeygeiger" /><feedburner:info uri="joeygeiger" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Clean your bookmarks</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/5jC_pD5TiNs/</link>
		<comments>http://blog.joeygeiger.com/2012/10/21/clean-your-bookmarks/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 02:21:01 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[spring cleaning]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=305</guid>
		<description><![CDATA[I just decided to take a look at my bookmarks. I deleted all of them. I don&#8217;t remember the last time I actually used one. Google has become so good at search that I can find what I need by just typing into the search bar. If I don&#8217;t find that 2 year old article [...]]]></description>
				<content:encoded><![CDATA[<p>I just decided to take a look at my bookmarks. I deleted all of them. I don&#8217;t remember the last time I actually used one. Google has become so good at search that I can find what I need by just typing into the search bar. If I don&#8217;t find that 2 year old article I was thinking about, I&#8217;m likely going to find something better anyway.</p>
<p>&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Clean+your+bookmarks+http%3A%2F%2Fbit.ly%2FRVjmDK" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Clean+your+bookmarks+http%3A%2F%2Fbit.ly%2FRVjmDK" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/10/21/clean-your-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/10/21/clean-your-bookmarks/</feedburner:origLink></item>
		<item>
		<title>pairtrix</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/WkobiwE5lZM/</link>
		<comments>http://blog.joeygeiger.com/2012/08/17/pairtrix/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 17:44:18 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[pairtrix]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[pair programming]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=299</guid>
		<description><![CDATA[I&#8217;ve been working on a large project with some developers from Pivotal Labs. Each team is made up of groups of paired developers. Depending on the size of the team, creating a even distribution of pairs can become increasingly difficult. One of the options was to use a google spreadsheet matrix that had to be [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working on a large project with some developers from Pivotal Labs. Each team is made up of groups of paired developers. Depending on the size of the team, creating a even distribution of pairs can become increasingly difficult.</p>
<p>One of the options was to use a google spreadsheet matrix that had to be manually updated each day. Visually it worked well since you could update the numbers and see a history, but there wasn&#8217;t really a way to see who was paired on the given day. Also whenever someone left the team you needed to completely re-work the matrix to account for the change. We discussed the options to improve the experience and I decided to write an application to automate the process.</p>
<p>Pairtrix simplifies the process of managing and viewing team pairings by allowing signed in users to manage companies, employees, teams and pairs. Companies are displayed in a list and signed-in users can request membership to view that company&#8217;s information. Users who create a company will also have more administrative functions available to them including approving the membership requests for their companies.</p>
<p>Here are the links to the application, code repository and the tracker project. Please feel free to pass along bugs and feature requests.</p>
<p>Site: <a title="pairtrix.com" href="http://www.pairtrix.com" target="_blank">http://www.pairtrix.com</a></p>
<p>Github: <a title="pairtrix on github" href="https://github.com/jgeiger/pairtrix" target="_blank">https://github.com/jgeiger/pairtrix</a></p>
<p>Pivotal Tracker: <a title="pairtrix on pivotaltracker" href="https://www.pivotaltracker.com/projects/608423" target="_blank">https://www.pivotaltracker.com/projects/608423</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=pairtrix+http%3A%2F%2Fbit.ly%2FP3fgEV" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=pairtrix+http%3A%2F%2Fbit.ly%2FP3fgEV" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/08/17/pairtrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/08/17/pairtrix/</feedburner:origLink></item>
		<item>
		<title>Ruby 1.9.x and American dates</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/iuMVFVw1WrQ/</link>
		<comments>http://blog.joeygeiger.com/2012/07/03/ruby-1-9-x-and-american-dates/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 05:04:21 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=295</guid>
		<description><![CDATA[I&#8217;m not sure how I didn&#8217;t run into this before but if you have a date field in ruby 1.9.x it will not parse it in the American format (mm/dd/yyyy). Combined with postgresql turning an invalid date to nil, it makes for some fun debugging. I usually set dates in my factories to &#8220;1/1/2000&#8243; but [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not sure how I didn&#8217;t run into this before but if you have a date field in ruby 1.9.x it will not parse it in the American format (mm/dd/yyyy). Combined with postgresql turning an invalid date to nil, it makes for some fun debugging.</p>
<p>I usually set dates in my factories to &#8220;1/1/2000&#8243; but from now on it will be &#8220;12/31/1999&#8243; so I can catch this issue way sooner.</p>
<p>Also check out <a href="https://github.com/jeremyevans/ruby-american_date" title="https://github.com/jeremyevans/ruby-american_date" target="_blank">https://github.com/jeremyevans/ruby-american_date</a> which will solve the issue quickly. (Note, this seems to break using non-American dates (dd/mm/yyyy)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Ruby+1.9.x+and+American+dates+http%3A%2F%2Fbit.ly%2FP66R7a" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Ruby+1.9.x+and+American+dates+http%3A%2F%2Fbit.ly%2FP66R7a" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/07/03/ruby-1-9-x-and-american-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/07/03/ruby-1-9-x-and-american-dates/</feedburner:origLink></item>
		<item>
		<title>git stash -p</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/9do2Js7Kcmo/</link>
		<comments>http://blog.joeygeiger.com/2012/06/28/git-stash-p/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 18:10:01 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ruby git]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=292</guid>
		<description><![CDATA[You can use git stash -p to selectively stash parts of your current changes. This is really nice to be able to test one specific change in isolation without having to make a series of commits. Tweet This Post]]></description>
				<content:encoded><![CDATA[<p>You can use git stash -p to selectively stash parts of your current changes. This is really nice to be able to test one specific change in isolation without having to make a series of commits.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=git+stash+-p+http%3A%2F%2Fbit.ly%2FLwNHkg" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=git+stash+-p+http%3A%2F%2Fbit.ly%2FLwNHkg" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/06/28/git-stash-p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/06/28/git-stash-p/</feedburner:origLink></item>
		<item>
		<title>mac + iterm2 + tmux + vim cursor change on insert mode</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/Z36uIiH_raY/</link>
		<comments>http://blog.joeygeiger.com/2012/06/26/mac-iterm2-tmux-vim-cursor-change-on-insert-mode/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 02:15:14 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[iterm2]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tmux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=288</guid>
		<description><![CDATA[I&#8217;ve had it working on some machines I&#8217;ve worked on but finally found this which let me get it working locally. gist: Swap iTerm2 cursors in vim insert mode when using tmux Thanks and hope it helps someone else. Tweet This Post]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve had it working on some machines I&#8217;ve worked on but finally found this which let me get it working locally. </p>
<p><a href="https://gist.github.com/1195581" title="gist: Swap iTerm2 cursors in vim insert mode when using tmux" target="_blank">gist: Swap iTerm2 cursors in vim insert mode when using tmux</a></p>
<p>Thanks and hope it helps someone else.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=mac+%2B+iterm2+%2B+tmux+%2B+vim+cursor+change+on+insert+mode+http%3A%2F%2Fbit.ly%2FLOMebM" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=mac+%2B+iterm2+%2B+tmux+%2B+vim+cursor+change+on+insert+mode+http%3A%2F%2Fbit.ly%2FLOMebM" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/06/26/mac-iterm2-tmux-vim-cursor-change-on-insert-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/06/26/mac-iterm2-tmux-vim-cursor-change-on-insert-mode/</feedburner:origLink></item>
		<item>
		<title>Capistano and bundler working for a git deploy</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/3CDTDrK_rGw/</link>
		<comments>http://blog.joeygeiger.com/2012/04/20/capistano-and-bundler-working-for-a-git-deploy/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 03:22:58 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[bundler]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=285</guid>
		<description><![CDATA[I&#8217;ve been using the &#8220;git&#8221; deploy that github talked about so long ago for a while now. I finally got around to deploying something new and decided to use the built in bundler code for capistrano. A long time ago I had to fight with it and eventually gave up. I think they finally fixed [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been using the &#8220;git&#8221; deploy that <a href="https://github.com/blog/470-deployment-script-spring-cleaning" target="_blank">github talked about so long ago</a> for a while now. I finally got around to deploying something new and decided to use the built in bundler code for capistrano. A long time ago I had to fight with it and eventually gave up. I think they finally fixed it so you can override &#8220;current_release&#8221; which lets you work in a strategy that doesn&#8217;t force releases on you.</p><pre class="crayon-plain-tag">set :application, "myappname"
set :bundle_roles, "/www/#{application}/current"</pre><p></p>
<p>Adding the above lines somewhere in your deploy (change as needed) will allow you to override the default and get the deploy working.</p>
<p>It&#8217;s interesting that they don&#8217;t list &#8220;current_release&#8221; as an option you can change but if you look at the code it&#8217;s being pulled in just like all the others.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Capistano+and+bundler+working+for+a+git+deploy+http%3A%2F%2Fbit.ly%2FHPmsS5" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Capistano+and+bundler+working+for+a+git+deploy+http%3A%2F%2Fbit.ly%2FHPmsS5" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/04/20/capistano-and-bundler-working-for-a-git-deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/04/20/capistano-and-bundler-working-for-a-git-deploy/</feedburner:origLink></item>
		<item>
		<title>rspec view spec and dealing with current_user</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/7iEDy4HgGHM/</link>
		<comments>http://blog.joeygeiger.com/2012/03/30/rspec-view-spec-and-dealing-with-current_user/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 18:43:03 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rspec]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=272</guid>
		<description><![CDATA[I was trying to learn about view specs since doing everything in Cucumber has been considered to be a bit of overkill recently. I was looking for a solution to deal with current_user and this is what I&#8217;m using. items/show.html.haml [crayon-519a9344cad60/] show.html_spec.rb [crayon-519a9344cbcac/] Tweet This Post]]></description>
				<content:encoded><![CDATA[<p>I was trying to learn about view specs since doing everything in Cucumber has been considered to be a bit of overkill recently. I was looking for a solution to deal with current_user and this is what I&#8217;m using.</p>
<p>items/show.html.haml</p><pre class="crayon-plain-tag">.content
 - if @item.user == current_user
  Hello!
This is the rest of the content.</pre><p></p>
<p>show.html_spec.rb</p><pre class="crayon-plain-tag">require 'spec_helper'

describe &quot;items/show&quot; do
  before do
    @user = mock_model(User)
    view.stub(:current_user).and_return(@user)
  end

  context &quot;when logged in as the item owner&quot; do
    it &quot;should display 'Hello!'&quot; do
      assign(:item, stub_model(Item, user: @user))
      render
      rendered.should have_content(&quot;Hello!&quot;)
    end
  end

  context &quot;when logged in as anyone else&quot; do
    it &quot;should not display the 'Hello!' link&quot; do
      assign(:item, stub_model(Item, user: nil))
      render
      rendered.should_not have_content(&quot;Hello!&quot;)
    end
  end
end</pre><p></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=rspec+view+spec+and+dealing+with+current_user+http%3A%2F%2Fbit.ly%2FH7P1YR" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=rspec+view+spec+and+dealing+with+current_user+http%3A%2F%2Fbit.ly%2FH7P1YR" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/03/30/rspec-view-spec-and-dealing-with-current_user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/03/30/rspec-view-spec-and-dealing-with-current_user/</feedburner:origLink></item>
		<item>
		<title>vim config</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/M9Wr3Y3DA3E/</link>
		<comments>http://blog.joeygeiger.com/2012/03/24/vim-config/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 23:24:04 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=267</guid>
		<description><![CDATA[I&#8217;ve been working on a project which has a really nice set of vim plugins with a decent configuration. I&#8217;ve been trying to send in a few patches but it was a bit of a pain to use mine but keep it updated with the main repo. A bit of searching gave me a nice [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working on a project which has a really nice set of vim plugins with a decent configuration. I&#8217;ve been trying to send in a few patches but it was a bit of a pain to use mine but keep it updated with the main repo. A bit of searching gave me a nice setup.</p>
<p>This clones my fork and also adds the parent as the upstream remote.</p><pre class="crayon-plain-tag">cd ~
git clone git@github.com:jgeiger/vim-config.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
git remote add upstream https://github.com/Casecommons/vim-config.git</pre><p></p>
<p>Now if you add this to your .gitconfig you can do an easy <strong>git pu</strong> to pull in changes from both branches.</p><pre class="crayon-plain-tag">[alias]
  pu = !&quot;git fetch origin -v; git fetch upstream -v; git merge upstream/master&quot;</pre><p></p>
<p>Thanks<br />
<a href="http://gitready.com/intermediate/2009/02/12/easily-fetching-upstream-changes.html" title="http://gitready.com/intermediate/2009/02/12/easily-fetching-upstream-changes.html" target="_blank">http://gitready.com/intermediate/2009/02/12/easily-fetching-upstream-changes.html</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=vim+config+http%3A%2F%2Fbit.ly%2FGMA6VU" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=vim+config+http%3A%2F%2Fbit.ly%2FGMA6VU" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/03/24/vim-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/03/24/vim-config/</feedburner:origLink></item>
		<item>
		<title>Vim + Ruby + CommandT = win</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/cH3K-D-4hyg/</link>
		<comments>http://blog.joeygeiger.com/2012/03/22/vim-ruby-commandt-win/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 03:22:25 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=263</guid>
		<description><![CDATA[So I&#8217;ve been trying to get vim working on my macbook with the command-t plugin for file searching. I spent quite a while trying to get it working a while ago and finally did a really simple thing and it just worked. [crayon-519a9344da79d/] I&#8217;m using rbenv with ruby 1.9.3-p125 as my main ruby, but you [...]]]></description>
				<content:encoded><![CDATA[<p>So I&#8217;ve been trying to get vim working on my macbook with the command-t plugin for file searching. I spent quite a while trying to get it working a while ago and finally did a really simple thing and it just worked.</p>
<p></p><pre class="crayon-plain-tag">cd ~
git clone git@github.com:jgeiger/vim-config.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
sudo mv /usr/bin/vim /usr/bin/vim72
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/vim.rb
cd .vim/bundle/command-t/ruby/command-t/
/usr/bin/ruby extconf.rb</pre><p></p>
<p>I&#8217;m using rbenv with ruby 1.9.3-p125 as my main ruby, but you need to make sure that you compile command-t against whatever ruby vim as compiled with. The homebrew-dupes forumla uses the system ruby (which lives at /usr/bin/ruby) and even if you have rbenv global set to another ruby, you can always directly use the system ruby.</p>
<p>Thanks to:<br />
<a href="https://github.com/Casecommons/vim-config" title="https://github.com/Casecommons/vim-config" target="_blank">https://github.com/Casecommons/vim-config</a><br />
<a href="https://github.com/Casecommons/casecommons_workstation/blob/master/recipes/vim.rb " title="https://github.com/Casecommons/casecommons_workstation/blob/master/recipes/vim.rb " target="_blank">https://github.com/Casecommons/casecommons_workstation/blob/master/recipes/vim.rb<br />
</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Vim+%2B+Ruby+%2B+CommandT+%3D+win+http%3A%2F%2Fbit.ly%2FGNE67C" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Vim+%2B+Ruby+%2B+CommandT+%3D+win+http%3A%2F%2Fbit.ly%2FGNE67C" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/03/22/vim-ruby-commandt-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/03/22/vim-ruby-commandt-win/</feedburner:origLink></item>
		<item>
		<title>hello vim</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/7qYlCqNDuuQ/</link>
		<comments>http://blog.joeygeiger.com/2012/02/17/hello-vim/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 05:30:52 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=258</guid>
		<description><![CDATA[So I started a new job and the main text editor is vim. I am now a big fan. Tweet This Post]]></description>
				<content:encoded><![CDATA[<p>So I started a new job and the main text editor is vim. I am now a big fan.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=hello+vim+http%3A%2F%2Fbit.ly%2Fzwlq44" title="Post to Twitter"><img class="nothumb" src="http://blog.joeygeiger.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=hello+vim+http%3A%2F%2Fbit.ly%2Fzwlq44" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2012/02/17/hello-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2012/02/17/hello-vim/</feedburner:origLink></item>
	</channel>
</rss>
