<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*Edge*
+
+* Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes Oldenbeuving)
+
+
 *2.1.0 (May 31st, 2008)*
 
 * Fixed response logging to use length instead of the entire thing (seangeo) [#27]</diff>
      <filename>activeresource/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -538,7 +538,7 @@ module ActiveResource
           prefix_options, query_options = split_options(options[:params])
           path = element_path(id, prefix_options, query_options)
           response = connection.head(path, headers)
-          response.code == 200
+          response.code.to_i == 200
         end
         # id &amp;&amp; !find_single(id, options).nil?
       rescue ActiveResource::ResourceNotFound</diff>
      <filename>activeresource/lib/active_resource/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>442d2f1032df6744c11f21b5ec6281c77e39c242</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/glyde/rails/commit/e7a305f08d8f72f81449e1d8934fba31f038ad88</url>
  <id>e7a305f08d8f72f81449e1d8934fba31f038ad88</id>
  <committed-date>2008-06-02T19:58:42-07:00</committed-date>
  <authored-date>2008-06-02T19:58:42-07:00</authored-date>
  <message>Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes Oldenbeuving)</message>
  <tree>c0b5a879b4d88f6f63bcb0f7bf43a501ff1c26df</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
