<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>railties/lib/console_with_helpers.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,15 @@
 *SVN*
 
+* Make all ActionView helpers available in the console for debugging purposes.  n.b.: Only an 80% solution. Some stuff won't work, most will. [Marcel Molina Jr.]
+
+  ex.
+
+    &gt;&gt; puts options_for_select([%w(a 1), %w(b 2), %w(c 3)])
+    &lt;option value=&quot;1&quot;&gt;a&lt;/option&gt;
+    &lt;option value=&quot;2&quot;&gt;b&lt;/option&gt;
+    &lt;option value=&quot;3&quot;&gt;c&lt;/option&gt;
+    =&gt; nil
+
 * Replaced old session rake tasks with db:sessions:create to generate a migration, and db:sessions:clear to remove sessions. [Rick Olson]
 
 * Reject Ruby 1.8.3 when loading Rails; extract version checking code. [Chad Fowler]</diff>
      <filename>railties/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -13,6 +13,7 @@ libs =  &quot; -r irb/completion&quot;
 libs &lt;&lt; &quot; -r #{RAILS_ROOT}/config/environment&quot;
 libs &lt;&lt; &quot; -r console_app&quot;
 libs &lt;&lt; &quot; -r console_sandbox&quot; if options[:sandbox]
+libs &lt;&lt; &quot; -r console_with_helpers&quot;
 
 ENV['RAILS_ENV'] = ARGV.first || ENV['RAILS_ENV'] || 'development'
 if options[:sandbox]</diff>
      <filename>railties/lib/commands/console.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fbf40823851c9f99c86c1287af0cfca725776e0</id>
    </parent>
  </parents>
  <author>
    <name>Marcel Molina</name>
    <email>marcel@vernix.org</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/330823687bbae1c05af6545912377d317300c1bb</url>
  <id>330823687bbae1c05af6545912377d317300c1bb</id>
  <committed-date>2006-03-21T12:07:41-08:00</committed-date>
  <authored-date>2006-03-21T12:07:41-08:00</authored-date>
  <message>Make all ActionView helpers available in the console for debugging purposes.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4008 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
  <tree>17e75ff504d53ab55fcba14462016ec18172f6f4</tree>
  <committer>
    <name>Marcel Molina</name>
    <email>marcel@vernix.org</email>
  </committer>
</commit>
