<?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>Wed, 19 Oct 2011 19:10:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>Adding the current path to the Window PATH variable</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/KnHGdl2XJDg/</link>
		<comments>http://blog.joeygeiger.com/2011/10/19/adding-the-current-path-to-the-window-path-variable/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:10:11 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=254</guid>
		<description><![CDATA[I was trying to find a way to add my current directory plus a subdirectory to my PATH. If you add ./subdirectory to your windows PATH environment variable it works and you can run anything in your current_dir/subdirectory. Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>I was trying to find a way to add my current directory plus a subdirectory to my PATH.</p>
<p>If you add ./subdirectory to your windows PATH environment variable it works and you can run anything in your current_dir/subdirectory.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Adding+the+current+path+to+the+Window+PATH+variable+http%3A%2F%2Fbit.ly%2Fnb3fOm" 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=Adding+the+current+path+to+the+Window+PATH+variable+http%3A%2F%2Fbit.ly%2Fnb3fOm" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/10/19/adding-the-current-path-to-the-window-path-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/10/19/adding-the-current-path-to-the-window-path-variable/</feedburner:origLink></item>
		<item>
		<title>MongoDB, mongoid, elasticsearch and tire issue</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/izgJ6lW4bak/</link>
		<comments>http://blog.joeygeiger.com/2011/06/28/mongodb-mongoid-elasticsearch-and-tire-issue/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:18:20 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[mongodb]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[elasticsearch]]></category>
		<category><![CDATA[mongoid]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=251</guid>
		<description><![CDATA[I just setup a quick app with MongoDB, mongoid, elasticsearch and the tire gem. The system seems to work nicely but there is an issue you should be aware of. Since tire uses the &#8216;after_save&#8217; callback to insert data into elasticsearch it will be pretty automatic, which for the most part is nice. The issue [...]]]></description>
			<content:encoded><![CDATA[<p>I just setup a quick app with MongoDB, mongoid, elasticsearch and the tire gem. The system seems to work nicely but there is an issue you should be aware of. Since tire uses the &#8216;after_save&#8217; callback to insert data into elasticsearch it will be pretty automatic, which for the most part is nice.</p>
<p>The issue occurs when you have a unique index in mongodb but don&#8217;t have a &#8216;validates_uniqueness_of&#8217; in your model. With this combination and two similar records, mongo will reject the new record, but it will still insert into elasticsearch giving you a record in elasticsearch that doesn&#8217;t exist in mongodb. This is potentially a nasty bug.</p>
<p>The quick fix is to make sure that any unique index in your database also includes the &#8216;validates_uniqueness_of&#8217; validator in your model.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MongoDB%2C+mongoid%2C+elasticsearch+and+tire+issue+http%3A%2F%2Fbit.ly%2FmFtBd2" 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=MongoDB%2C+mongoid%2C+elasticsearch+and+tire+issue+http%3A%2F%2Fbit.ly%2FmFtBd2" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/06/28/mongodb-mongoid-elasticsearch-and-tire-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/06/28/mongodb-mongoid-elasticsearch-and-tire-issue/</feedburner:origLink></item>
		<item>
		<title>In Rake tasks, :needs has been depricated</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/BCZSOhqovco/</link>
		<comments>http://blog.joeygeiger.com/2011/06/08/in-rake-tasks-needs-has-been-depricated/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 19:17:37 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=247</guid>
		<description><![CDATA[WARNING: ‘task :t, arg, :needs => [deps]‘ is deprecated. Please use ‘task :t, [args] => [deps]‘ instead. I updated a project from Rake 0.8.7 to 0.9.2 (now that it doesn&#8217;t gag on the older code) and was met with this new &#8220;error&#8221; So as an example here is one of my old tasks without arguments. [...]]]></description>
			<content:encoded><![CDATA[<p><code>WARNING: ‘task :t, arg, :needs => [deps]‘ is deprecated. Please use ‘task :t, [args] => [deps]‘ instead.</code></p>
<p>I updated a project from Rake 0.8.7 to 0.9.2 (now that it doesn&#8217;t gag on the older code) and was met with this new &#8220;error&#8221;</p>
<p>So as an example here is one of my old tasks without arguments. I&#8217;ve<br />
<code><br />
desc "Persist the dataset"<br />
task(:dataset, :needs => :environment) do |t, args|<br />
end<br />
</code></p>
<p>And the fixed version.<br />
<code><br />
desc "Persist the dataset"<br />
task(:dataset, [] => [:environment]) do |t, args|<br />
end<br />
</code></p>
<p>Now an example with arguments.</p>
<p><code><br />
desc "Insert the RGD genes into the database"<br />
task :rgd_gene, :filename, :needs => :environment do |t, args|<br />
end<br />
</code></p>
<p>And the fixed version.<br />
<code><br />
desc "Insert the RGD genes into the database"<br />
task :rgd_gene, [:filename] => [:environment] do |t, args|<br />
end<br />
</code></p>
<p>I&#8217;m not sure if you need to use the arrays, but it works and the examples do show that.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=In+Rake+tasks%2C+%3Aneeds+has+been+depricated+http%3A%2F%2Fbit.ly%2FlCFNdi" 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=In+Rake+tasks%2C+%3Aneeds+has+been+depricated+http%3A%2F%2Fbit.ly%2FlCFNdi" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/06/08/in-rake-tasks-needs-has-been-depricated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/06/08/in-rake-tasks-needs-has-been-depricated/</feedburner:origLink></item>
		<item>
		<title>Serving assets in Rails 3.1 with nginx</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/2TbU23dbNDY/</link>
		<comments>http://blog.joeygeiger.com/2011/06/07/serving-assets-in-rails-3-1-with-nginx/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:48:45 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=245</guid>
		<description><![CDATA[I decided to create a site that uses the new Rails 3.1rc. I have a nice setup for nginx to serve my static assets and I was able to get it working with rails 3.1. There&#8217;s nothing really too tricky since it&#8217;s setup to do it, but you need to make sure that you pre-compile [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to create a site that uses the new Rails 3.1rc. I have a nice setup for nginx to serve my static assets and I was able to get it working with rails 3.1. There&#8217;s nothing really too tricky since it&#8217;s setup to do it, but you need to make sure that you pre-compile your assets when deploying. The only confusing bit is that you should remove all of your assets before running the rake task to make sure you&#8217;re not duplicating files and/or serving the wrong thing. I did a bit of testing and found it was necessary to remove the files and re-compile before starting the server to get the correct files served. I&#8217;ve added a small snippet of code below to show how I did it. I also decided it wasn&#8217;t necessary to symlink the files into the shared directory since they were getting removed on every deploy anyway. I&#8217;m sure there&#8217;s a way to only delete the files that changed, but for now this works.</p>
<p><script src="https://gist.github.com/1012859.js?file=callbacks.rb"></script></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Serving+assets+in+Rails+3.1+with+nginx+http%3A%2F%2Fbit.ly%2FkT79dB" 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=Serving+assets+in+Rails+3.1+with+nginx+http%3A%2F%2Fbit.ly%2FkT79dB" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/06/07/serving-assets-in-rails-3-1-with-nginx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/06/07/serving-assets-in-rails-3-1-with-nginx/</feedburner:origLink></item>
		<item>
		<title>Letting multiple users modify sets of records from a larger group</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/NgKn7zLKF3w/</link>
		<comments>http://blog.joeygeiger.com/2011/04/22/letting-multiple-users-modify-sets-of-records-from-a-larger-group/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 20:33:31 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[gminer]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=241</guid>
		<description><![CDATA[The title really isn&#8217;t great but it does describe an issue I recently ran into. I&#8217;m working on a web application that lets a user set wether an attached term is correct or incorrect. While this can be done on a record by record basis, it becomes quite tedious. I set up a system that [...]]]></description>
			<content:encoded><![CDATA[<p>The title really isn&#8217;t great but it does describe an issue I recently ran into. I&#8217;m working on a web application that lets a user set wether an attached term is correct or incorrect. While this can be done on a record by record basis, it becomes quite tedious. I set up a system that would show a listing of all of the terms along with a snippet of the text where the term was annotated. This worked well as I had searching, sorting and pagination and users could always move to page two or three if they wanted. This also worked when I had 1000 records. Once I bumped the dataset up to 300k records, <a href="http://www.scribd.com/doc/14683263/Efficient-Pagination-Using-MySQL">pagination in MySQL became pretty lethargic</a>.</p>
<p>I decided to remove the pagination and show the user the first set of records available. It then dawned on me that once you had multiple people working on the same page, they would all see the same records. This isn&#8217;t very efficient when you have a lot of stuff to get done. On a side note, this same problem existed in the paginated version, but when you have a link to move to the next page, it doesn&#8217;t crop up as much)</p>
<p>So now I needed to figure out a way to determine who was seeing what records, make sure that someone else didn&#8217;t see those same records at the same time, and make sure that if nothing was done to the records, they would return to the general pool in a reasonable amount of time.</p>
<p><strong>Enter <a href="http://redis.io/">Redis</a>.<br />
</strong><br />
I like redis. I&#8217;ve used it on a few other projects and felt that it would be a good fit since it has some nice set manipulation commands and the ability to expire a key after a specified amount of time.  I started thinking about how to remove records after the user processed them and such, but I ran into some issues with possible AJAX search lag and that some records I didn&#8217;t really care about might be removed from the general population. Also, what do you do if the user only wanted to update a subset of those records? By modifying the key, I&#8217;d need to reset the expiration timer.</p>
<p>After writing a bit of code, I figured out that if I deleted the current user&#8217;s key before I make a union of all the users records, I wouldn&#8217;t have to worry about orphan records and unmodified records. Every time the user saw a list of records, only the current visible set would be removed from the general population.</p>
<p><script src="https://gist.github.com/937370.js?file=snippet.rb"></script></p>
<p>Here&#8217;s a quick overview of what the script does.<br />
2. Add the current user id to the set of curator ids<br />
3. Remove the key that holds the current user&#8217;s reserved records<br />
4. Get all the curator ids<br />
5. Generate keys for all the curator reserved records<br />
6. Get the union of all of the reserved records</p>
<p>I have to make a special note here. Redis expects arguments in the form SUNION &#8220;key1&#8243; &#8220;key2&#8243; &#8220;key3&#8243;. When you have an array in ruby, generally it will look something like ["key1", "key2", "key3"] The * (splat) operator splits out the array into a group of keys that works for the Redis command.</p>
<p>7-10. Find the first 15 currently available records and store the ids in the current user&#8217;s set in Redis.<br />
11. Add a five minute expiration to the current user&#8217;s key.</p>
<p>It was interesting to me after thinking about it for a while that the solution ended up being so simple.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Letting+multiple+users+modify+sets+of+records+from+a+larger+group+http%3A%2F%2Fbit.ly%2Fh7yxNQ" 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=Letting+multiple+users+modify+sets+of+records+from+a+larger+group+http%3A%2F%2Fbit.ly%2Fh7yxNQ" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/04/22/letting-multiple-users-modify-sets-of-records-from-a-larger-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/04/22/letting-multiple-users-modify-sets-of-records-from-a-larger-group/</feedburner:origLink></item>
		<item>
		<title>Why blogs die…</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/bKMMvQIJceM/</link>
		<comments>http://blog.joeygeiger.com/2011/04/14/why-blogs-die/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 12:59:31 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=239</guid>
		<description><![CDATA[From lack of posting. I just went through my google reader account and removed about 15-20 rails blogs that haven&#8217;t had a post in over a year. Then I thought about my own blog and realized I haven&#8217;t been posting at all. Maybe it&#8217;s because I don&#8217;t have a lot to post, but I do [...]]]></description>
			<content:encoded><![CDATA[<p>From lack of posting. I just went through my google reader account and removed about 15-20 rails blogs that haven&#8217;t had a post in over a year. Then I thought about my own blog and realized I haven&#8217;t been posting at all. Maybe it&#8217;s because I don&#8217;t have a lot to post, but I do think it&#8217;s important that there is at least something there.</p>
<p>Hopefully I&#8217;ll be able to do more updates.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Why+blogs+die%E2%80%A6+http%3A%2F%2Fbit.ly%2Fg2ELEy" 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=Why+blogs+die%E2%80%A6+http%3A%2F%2Fbit.ly%2Fg2ELEy" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2011/04/14/why-blogs-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2011/04/14/why-blogs-die/</feedburner:origLink></item>
		<item>
		<title>Testing jquery-ui autocomplete with cucumber/capybara</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/VwdAcdwJ9Mw/</link>
		<comments>http://blog.joeygeiger.com/2010/11/16/testing-jquery-ui-autocomplete-with-cucumbercapybara/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 17:57:49 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=237</guid>
		<description><![CDATA[I had been running some features that were working on older versions of cucumebr/capybara with the selenium driver which had recently broke. I was able to find a site that has a nice explanation of how to do it. I was already doing most of this as I had found it before, but adding this [...]]]></description>
			<content:encoded><![CDATA[<p>I had been running some features that were working on older versions of cucumebr/capybara with the selenium driver which had recently broke. I was able to find a <a href="http://www.aentos.com/blog/testing-ajax-autocomplete-fields-cucumber-and-capybara">site</a> that has a nice explanation of how to do it. I was already doing most of this as I had found it before, but adding this step was very helpful.</p>
<p><script src="https://gist.github.com/508514.js?file=waiting_step.rb"></script></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Testing+jquery-ui+autocomplete+with+cucumber%2Fcapybara+http%3A%2F%2Fbit.ly%2Fb4SZC4" 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=Testing+jquery-ui+autocomplete+with+cucumber%2Fcapybara+http%3A%2F%2Fbit.ly%2Fb4SZC4" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2010/11/16/testing-jquery-ui-autocomplete-with-cucumbercapybara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2010/11/16/testing-jquery-ui-autocomplete-with-cucumbercapybara/</feedburner:origLink></item>
		<item>
		<title>railties</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/a1Xb__jn4DE/</link>
		<comments>http://blog.joeygeiger.com/2010/11/15/railties/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 03:31:57 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=234</guid>
		<description><![CDATA[So, for the longest time I thought this was &#8220;rail-tees&#8221;. If you look at it, it&#8217;s actually &#8220;rail-ties&#8221;, you know, like the big wood pieces that go between train tracks? Anyway, this was probably blatantly obvious to a lot of people, but I figured I&#8217;d clear it up&#8230; Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>So, for the longest time I thought this was &#8220;rail-tees&#8221;. If you look at it, it&#8217;s actually &#8220;rail-ties&#8221;, you know, like the big wood pieces that go between train tracks?</p>
<p>Anyway, this was probably blatantly obvious to a lot of people, but I figured I&#8217;d clear it up&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=railties+http%3A%2F%2Fbit.ly%2FbRMajM" 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=railties+http%3A%2F%2Fbit.ly%2FbRMajM" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2010/11/15/railties/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2010/11/15/railties/</feedburner:origLink></item>
		<item>
		<title>Dreamhost and Rails 3 solution?</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/6RZLdEobPwY/</link>
		<comments>http://blog.joeygeiger.com/2010/10/25/dreamhost-and-rails-3-solution/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:38:22 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[linode.com]]></category>
		<category><![CDATA[rails 3]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=232</guid>
		<description><![CDATA[Use *linode.com Email sent to Dreamhost back in August. I&#8217;m going to make a request for this for you. Please note, it&#8217;s a significant bump from what we have right now, Rack 1.1.0, so only our rails expert can make the call, and check to make sure it won&#8217;t break anything. She&#8217;s on vacation this [...]]]></description>
			<content:encoded><![CDATA[<p>Use <sup>*</sup><a href="http://www.linode.com/?r=21d598ba613441982789b1852ce5d2a4b22689d6">linode.com</a></p>
<p>Email sent to Dreamhost back in August.</p>
<blockquote><p>I&#8217;m going to make a request for this for you. Please note, it&#8217;s a significant bump from what we have right now, Rack 1.1.0, so only our rails expert can make the call, and check to make sure it won&#8217;t break anything. She&#8217;s on vacation this week, but I&#8217;ll send her a follow up email, so she can get back with you on this as soon as she&#8217;s back.</p></blockquote>
<p>This was the response I got from Dreamhost after waiting for two months for an answer. (After I had to ask &#8220;hey, what&#8217;s up?&#8221;)</p>
<blockquote><p>Thanks for writing. We have to be careful with the upgrade as we have a high number of dependency packages that need to go through the upgrade. It&#8217;s scheduled and being worked on, and the current estimate for the full upgrade to 3.0.1 is within a month of two. I&#8217;ll get back to you again when there is an update, but feel free to contact me if you have any more questions.</p></blockquote>
<p>*Link includes my referral code</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Dreamhost+and+Rails+3+solution%3F+http%3A%2F%2Fbit.ly%2FbOuWY9" 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=Dreamhost+and+Rails+3+solution%3F+http%3A%2F%2Fbit.ly%2FbOuWY9" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2010/10/25/dreamhost-and-rails-3-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2010/10/25/dreamhost-and-rails-3-solution/</feedburner:origLink></item>
		<item>
		<title>Why do American auto makers fail?</title>
		<link>http://feedproxy.google.com/~r/joeygeiger/~3/JaC1tYlcLq0/</link>
		<comments>http://blog.joeygeiger.com/2010/10/11/why-do-american-auto-makers-fail/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 18:19:19 +0000</pubDate>
		<dc:creator>jgeiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chevrolet]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[volt]]></category>

		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=229</guid>
		<description><![CDATA[Chevy has been trying so long to be relevant that they&#8217;re willing to push the hype meter too far. If you&#8217;re claiming to have an electric car&#8230; build one. Don&#8217;t market it, publicize it and show it off as an electric car when really, it&#8217;s just another hybrid. You delayed 2 years&#8230; for this? Sad. [...]]]></description>
			<content:encoded><![CDATA[<p>Chevy has been trying so long to be relevant that they&#8217;re willing to push the hype meter too far. If you&#8217;re claiming to have an electric car&#8230; build one. Don&#8217;t market it, publicize it and show it off as an electric car when really, it&#8217;s just another hybrid. You delayed 2 years&#8230; for this? Sad.</p>
<p><a href="http://www.engadget.com/2010/10/11/shocker-chevy-says-volts-gas-engine-can-power-the-wheels-its/"></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Why+do+American+auto+makers+fail%3F+http%3A%2F%2Fbit.ly%2Facgifg" 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=Why+do+American+auto+makers+fail%3F+http%3A%2F%2Fbit.ly%2Facgifg" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.joeygeiger.com/2010/10/11/why-do-american-auto-makers-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.joeygeiger.com/2010/10/11/why-do-american-auto-makers-fail/</feedburner:origLink></item>
	</channel>
</rss>

