<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>activesupport/lib/active_support/string_questioneer.rb</filename>
    </added>
    <added>
      <filename>activesupport/test/string_questioneer_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,8 @@
 
 * Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [Josh Peek]
 
+* Added StringQuestioneer for doing things like StringQuestioneer.new(&quot;production&quot;).production? # =&gt; true and StringQuestioneer.new(&quot;production&quot;).development? # =&gt; false [DHH]
+
 * Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (Danger)
 
 </diff>
      <filename>activesupport/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -43,6 +43,8 @@ require 'active_support/ordered_hash'
 require 'active_support/ordered_options'
 require 'active_support/option_merger'
 
+require 'active_support/string_questioneer'
+
 require 'active_support/values/time_zone'
 require 'active_support/duration'
 </diff>
      <filename>activesupport/lib/active_support.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,7 @@
 *Edge*
 
+* Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [DHH]
+
 * Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
 
 </diff>
      <filename>railties/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ module Rails
     end
   
     def env
-      RAILS_ENV
+      StringQuestioneer.new(RAILS_ENV)
     end
   
     def cache</diff>
      <filename>railties/lib/initializer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7cfa6ec8a37b70ec302f09929df5160ac42971e7</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/8afa725f4b98a6e0ceee4792e8ebaebb6189e5f6</url>
  <id>8afa725f4b98a6e0ceee4792e8ebaebb6189e5f6</id>
  <committed-date>2008-06-03T15:44:56-07:00</committed-date>
  <authored-date>2008-06-03T15:44:56-07:00</authored-date>
  <message>Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [DHH]</message>
  <tree>358f418791a56620c32a48776739b4fdf39d3cb0</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
