<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3808700648449935144</id><updated>2011-07-07T22:46:55.389-07:00</updated><category term='fixtures'/><title type='text'>ben ~/bin</title><subtitle type='html'>Update your bookmarks:  I've moved to benjaminoakes.com</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-3887436772914908538</id><published>2010-05-09T15:18:00.000-07:00</published><updated>2010-05-09T15:19:14.821-07:00</updated><title type='text'>Please update your bookmarks</title><content type='html'>I've since moved to &lt;a href="http://www.benjaminoakes.com/"&gt;benjaminoakes.com&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-3887436772914908538?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/3887436772914908538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=3887436772914908538' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/3887436772914908538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/3887436772914908538'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2010/05/please-update-your-bookmarks.html' title='Please update your bookmarks'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-7270524390257624249</id><published>2009-01-12T11:02:00.000-08:00</published><updated>2009-01-12T11:15:50.250-08:00</updated><title type='text'>Kerberos for SSH authentication</title><content type='html'>I had a problem using Kerberos for SSH authentication on a MacBook Pro using Mac OS X 10.5.5.   After lots of trial and error, I knew:&lt;br /&gt;&lt;br /&gt;1) I could get Kerberos tickets using both the GUI and kinit (i.e. they show up in klist) using my user&lt;br /&gt;2) It used to work just fine&lt;br /&gt;3) It worked correctly on my machine if I log in as a newly created user&lt;br /&gt;4) For some reason, when I made ssh verbose, I had&lt;br /&gt;&lt;br /&gt;   debug3: preferred publickey,keyboard-interactive,password&lt;br /&gt;&lt;br /&gt;... as my user, but as a different user (which worked) I had&lt;br /&gt;&lt;br /&gt;   debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password&lt;br /&gt;&lt;br /&gt; (gssapi should be Kerberos)&lt;br /&gt;&lt;br /&gt;5) ssh keys didn't work either&lt;br /&gt;6) my /etc/ssh_config file and other configuration looks fine&lt;br /&gt;&lt;br /&gt;It turned out that MacPorts was to blame.  Running `which ssh` in my account gave:&lt;br /&gt;&lt;br /&gt;/opt/local/bin/ssh&lt;br /&gt;&lt;br /&gt;On the other had, a newly created account would have:&lt;br /&gt;&lt;br /&gt;/usr/bin/ssh&lt;br /&gt;&lt;br /&gt;The fix is to change $PATH, of course.  However, I'm not sure why some MacPorts package would have installed SSH as a dependancy.&lt;br /&gt;&lt;br /&gt;Time spent: most of the morning (~3 hrs)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-7270524390257624249?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/7270524390257624249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=7270524390257624249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/7270524390257624249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/7270524390257624249'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2009/01/kerberos-for-ssh-authentication.html' title='Kerberos for SSH authentication'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-2735788603381847791</id><published>2008-08-19T18:23:00.000-07:00</published><updated>2008-08-19T18:28:39.229-07:00</updated><title type='text'>AFP vs SMB</title><content type='html'>I have an external hard drive set up on a Mac mini that I'd like to access over the network.  I thought it would be easiest to use AFP, but I ran into permissions problems, receiving errors such as "You may need to enter the name and password for an administrator on this computer to change the item named 'foo'." even though everything in question should have been owned by me.  This only occurreed when trying to copy files over to the shared volume.  After doing some googling and fiddling, I gave up on AFP.  SMB (which is configured under "Options" in Sharing Preferences) ended up working fine.&lt;br /&gt;&lt;br /&gt;Time spent: around a week of getting frustrated on and off. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-2735788603381847791?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/2735788603381847791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=2735788603381847791' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/2735788603381847791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/2735788603381847791'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/08/afp-vs-smb.html' title='AFP vs SMB'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-306717427758048503</id><published>2008-08-18T19:40:00.000-07:00</published><updated>2008-08-18T20:06:13.171-07:00</updated><title type='text'>Smart Power Strips in OS X</title><content type='html'>&lt;p&gt;I recently purchased a Philips Smart Surge Protector (SPP3225WA/17).  It&amp;#8217;s nice because it can detect when an attached device is turned off and then turn off any other devices attached.  This is especially useful when used with a computer because most peripherals are unusable when the computer is off, so there&amp;#8217;s no sense in leaving them on.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;It&amp;#8217;s a great idea in theory, but I had problems using it with my Mac mini (OS X Leopard 10.5.4).  Specifically, I want to use the built-in power scheduling (see &amp;#8220;Energy Saver&amp;#8221; -&amp;gt; &amp;#8220;Schedule&amp;#8230;&amp;#8221; in System Preferences) to have the Mac turn off everything so we don&amp;#8217;t have to remember to do so at the end of the day.  Everything worked fine using the normal &amp;#8220;Shut Down&amp;#8221; command, but I didn&amp;#8217;t want to have to make sure no one was doing anything &lt;strong&gt;every night&lt;/strong&gt;.  I wanted to use something like &amp;#8220;Sleep&amp;#8221;, but unfortunately, once the Mac went to sleep, it would turn off the attached external hard drives which would, in turn, wake the Mac back up.  (It would also complain about not being properly ejected.)  The most the Mac would stay asleep would be a couple of seconds.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;But, I found a solution!  According to &lt;a href="http://www.pengekcs.com/2007/09/08/mac-os-x-hibernate-sleep-mode/"&gt;some information I found&lt;/a&gt;, there&amp;#8217;s a way to change from using the default &amp;#8220;sleep&amp;#8221; and use something closer to what Windows users may know as &amp;#8220;hibernate&amp;#8221;.  (It exists normally in &lt;span class="caps"&gt;OS X&lt;/span&gt;, but is only triggered by low battery.)  To force it to always &amp;#8220;hibernate&amp;#8221; when sleeping (which is fine in the case of the Mac mini), you can run the following command at the command line:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;  sudo pmset -a hibernatemode 1&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;To reset this back to normal, run:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;  sudo pmset -a hibernatemode 3&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;Using this hibernate mode, the Mac no longer turns itself back on when the power to the external hard drives goes off.  You can then set the Mac to sleep on whatever schedule works for you in System Preferences and everything else should turn off around 15 seconds after it starts going to sleep.  (You&amp;#8217;ll have to give it a little bit because it has to write the contents of memory to disk, which takes time.)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;However, one problem still remains: &lt;span class="caps"&gt;OS X&lt;/span&gt; will still complain about the disks being removed improperly.  To get around this, I wrote a small shell script which ejects them 5 minutes before the scheduled sleep time.  You&amp;#8217;ll need to tailor it to your setup, of course.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;  #!/usr/bin/env bash&lt;br /&gt;  # ~/bin/eject_external_drives&lt;br /&gt;&lt;br /&gt;  if [ -d "/Volumes/Time Machine" ]&lt;br /&gt;  then&lt;br /&gt;    diskutil eject "/Volumes/Time Machine" &lt;br /&gt;  fi&lt;br /&gt;&lt;br /&gt;  if [ -d "/Volumes/Storage" ]&lt;br /&gt;  then&lt;br /&gt;    diskutil eject "/Volumes/Storage" &lt;br /&gt;  fi&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;My &lt;code&gt;crontab&lt;/code&gt; for this task looks like so:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;  55    11    *    *    *    /Users/ben/bin/eject_external_drives&lt;br /&gt;  50    11    *    *    *    /Users/ben/bin/eject_external_drives&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;(It tries twice before midnight.)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;I haven&amp;#8217;t used this extensively yet, but it seem to be working well in testing so far.  Let me know if it works for you!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-306717427758048503?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/306717427758048503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=306717427758048503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/306717427758048503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/306717427758048503'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/08/smart-power-strips-in-os-x.html' title='Smart Power Strips in OS X'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-7078563270283233489</id><published>2008-08-13T11:38:00.000-07:00</published><updated>2008-08-13T11:50:25.550-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fixtures'/><title type='text'>NULL (nil) in fixtures</title><content type='html'>&lt;p&gt;I was developing against SQLite for a while and didn&amp;#8217;t notice that I had accidentally put &lt;code&gt;"NULL"&lt;/code&gt; (i.e. as a string) in the fixtures.  SQLite didn&amp;#8217;t care about this, but &lt;span class="caps"&gt;MSSQL&lt;/span&gt; certainly did.  Because I specified constraints on the column widths, I got the error:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;ActiveRecord::StatementInvalid: DBI::DatabaseError: 22001 (8152) [FreeTDS][SQL Server]String or binary data would be truncated.&lt;/code&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;At first I thought you had to use &lt;code&gt;nil&lt;/code&gt; in fixtures, but in fact, it&amp;#8217;s actually &lt;code&gt;NULL&lt;/code&gt; that you want.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p&gt;Time spent: 15 mintues, mostly because our tests run really slow right now (any tips?)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-7078563270283233489?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/7078563270283233489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=7078563270283233489' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/7078563270283233489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/7078563270283233489'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/08/null-nil-in-fixtures.html' title='NULL (nil) in fixtures'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-9182341364192660715</id><published>2008-08-12T12:43:00.000-07:00</published><updated>2008-08-12T12:52:47.261-07:00</updated><title type='text'></title><content type='html'>&lt;p&gt;It took quite a while to figure out that Time objects aren't treated exactly as you might expect when using &lt;code&gt;:conditions&lt;/code&gt; in a &lt;code&gt;find&lt;/code&gt; or &lt;code&gt;named_scope&lt;/code&gt;.  From what I can tell, without extra help, Time objects are just treated as dates.  This is fine if you're checking conditions like I was outside the same day, but not if they &lt;strong&gt;are&lt;/strong&gt; in the same day.  This came up in writing a unit test for a model.  My tests for the named scopes weren't testing within the same day (i.e. only for values like &lt;code&gt;2.days.ago&lt;/code&gt;), so they passed, but other tests that expected to be able to set the open and close dates to a time within the same day would fail (confusingly).&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;So, it was incorrect to use the following, because Rails was treating them like dates instead of datetimes.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;named_scope :active, lambda { now = Time.now; {:conditions =&gt; ['? &amp;gt; open_date and ? &amp;lt; close_date', now, now] } }&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Instead, the following was used to make sure the time parts are included.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;named_scope :active, lambda { now = Time.now; {:conditions =&gt; ['? &amp;gt; open_date and ? &amp;lt; close_date', now.to_s(:sql), now.to_s(:sql)] } }&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Time spent: ~1.5 hours&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-9182341364192660715?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/9182341364192660715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=9182341364192660715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/9182341364192660715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/9182341364192660715'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/08/it-took-quite-while-to-figure-out-that.html' title=''/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-6103654104447044729</id><published>2008-07-16T20:00:00.000-07:00</published><updated>2008-07-16T20:02:01.698-07:00</updated><title type='text'>Count vs length vs size in Rails</title><content type='html'>I knew I had found the &lt;a href="http://blog.hasmanythrough.com/2008/2/27/count-length-size"&gt;blog post&lt;/a&gt; about the differences at one point -- I always get confused about it as well.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-6103654104447044729?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/6103654104447044729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=6103654104447044729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/6103654104447044729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/6103654104447044729'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/07/count-vs-length-vs-size-in-rails.html' title='Count vs length vs size in Rails'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-2910287811814698804</id><published>2008-07-16T08:48:00.000-07:00</published><updated>2008-07-16T08:51:36.653-07:00</updated><title type='text'>HTMLDiff</title><content type='html'>I ran into a problem using the HTML diff code found in &lt;a href="http://dev.rubyonrails.org/browser/tools/i2/trunk/vendor/html_diff/lib/html_diff.rb"&gt;i2&lt;/a&gt; for doing nice diffs in Ruby.  Of course, you'll probably want to use in Rails, but if you are running Rails 2.1 (or maybe even other versions), you'll want to use an updated &lt;a href="http://www.mypoint.se/wp-content/uploads/2008/06/html_diff.rb"&gt;version instead&lt;/a&gt;.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Time to figure out: 1.5 hours&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-2910287811814698804?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/2910287811814698804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=2910287811814698804' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/2910287811814698804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/2910287811814698804'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/07/htmldiff.html' title='HTMLDiff'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3808700648449935144.post-5574207766277462413</id><published>2008-07-16T08:36:00.000-07:00</published><updated>2008-07-16T08:52:19.480-07:00</updated><title type='text'>Loading environment fails with an outdated version of RubyGems while using config.gem "some_gem"</title><content type='html'>My recent ticket for Rails 2.1 has gotten a fix and has been &lt;a href="http://rails.lighthouseapp.com/projects/8994/tickets/462-loading-environment-fails-with-an-outdated-version-of-rubygems-while-using-config-gem-some_gem#ticket-462-10"&gt;committed&lt;/a&gt;. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3808700648449935144-5574207766277462413?l=ben-bin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ben-bin.blogspot.com/feeds/5574207766277462413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3808700648449935144&amp;postID=5574207766277462413' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/5574207766277462413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3808700648449935144/posts/default/5574207766277462413'/><link rel='alternate' type='text/html' href='http://ben-bin.blogspot.com/2008/07/my-recent-ticket-for-rails-2.html' title='Loading environment fails with an outdated version of RubyGems while using config.gem &quot;some_gem&quot;'/><author><name>Ben Oakes</name><uri>http://www.blogger.com/profile/17344818674782012795</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
