<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+require 'active_support/inflector'
+
 module ActionDispatch
   module StatusCodes #:nodoc:
     STATUS_CODES = Rack::Utils::HTTP_STATUS_CODES.merge({
@@ -16,7 +18,7 @@ module ActionDispatch
     # :created or :not_implemented) into its corresponding HTTP status
     # code (like 200 or 501).
     SYMBOL_TO_STATUS_CODE = STATUS_CODES.inject({}) { |hash, (code, message)|
-      hash[message.gsub(/ /, &quot;&quot;).underscore.to_sym] = code
+      hash[ActiveSupport::Inflector.underscore(message.gsub(/ /, &quot;&quot;)).to_sym] = code
       hash
     }.freeze
 
@@ -37,4 +39,4 @@ module ActionDispatch
         end
       end
   end
-end
\ No newline at end of file
+end</diff>
      <filename>actionpack/lib/action_dispatch/http/status_codes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'active_support/core_ext/object/metaclass'
+require 'active_support/core_ext/module/aliasing'
 
 module ActiveSupport
   module SafelyMemoizable</diff>
      <filename>activesupport/lib/active_support/memoizable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>29bd8f7b8975bc0442f0b63e7da077f9a3f22dc6</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </author>
  <url>http://github.com/rails/rails/commit/5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd</url>
  <id>5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd</id>
  <committed-date>2009-05-14T02:01:08-07:00</committed-date>
  <authored-date>2009-05-13T16:15:37-07:00</authored-date>
  <message>Cherry-picking Active Support extensions</message>
  <tree>8a6d7221b7e203ce6a717196509a11930b8f1823</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
