<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Though.locate :ip =&gt; '212.58.224.131'
-# Though.time_zone :ip =&gt; '212.58.224.131'
+# Through.locate :ip =&gt; '212.58.224.131'
+# Through.time_zone :ip =&gt; '212.58.224.131'
 
 require 'through'
\ No newline at end of file</diff>
      <filename>plugins/rails/through/init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,10 +12,15 @@ module Through
     if time_zone
       time_zone['rails'] = ActiveSupport::TimeZone::MAPPING.index(time_zone['country_name'])
     end
+    time_zone
   end
   
   def self.request(url)
-    response = open(SERVER + url).read
-    ActiveSupport::JSON.decode response
+    Timeout::timeout(3) do
+      response = open(SERVER + url).read
+      ActiveSupport::JSON.decode response
+    end
+  rescue Timeout::Error
+    nil
   end
 end
\ No newline at end of file</diff>
      <filename>plugins/rails/through/lib/through.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>042b6361fc9c2a92ee5623e2e38e347a6441da81</id>
    </parent>
  </parents>
  <author>
    <name>My Name</name>
    <email>alex@helicoid.net</email>
  </author>
  <url>http://github.com/alexyoung/through/commit/7327abf2f63666c0bdf9dd9853ae9a30aba4f4f5</url>
  <id>7327abf2f63666c0bdf9dd9853ae9a30aba4f4f5</id>
  <committed-date>2008-10-12T04:13:16-07:00</committed-date>
  <authored-date>2008-10-12T04:13:16-07:00</authored-date>
  <message>Typos and added timeout to Rails plugin</message>
  <tree>6cdabf9411b4f65430c60a618bd65296724d0bb2</tree>
  <committer>
    <name>My Name</name>
    <email>alex@helicoid.net</email>
  </committer>
</commit>
