From 92320985fab909adc39ea927f095421ae16a5d27 Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Mon, 27 Oct 2008 12:12:21 -0500 Subject: Fix reference to StringQuestioneer (renamed to StringInquirer) in 2.2 release notes --- railties/doc/guides/html/2_2_release_notes.html | 7 ++++++- railties/doc/guides/source/2_2_release_notes.txt | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index 0ac5376cc8..5e3b2cfc88 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -953,6 +953,11 @@ The addition of ActiveSupport::Rescuable allows any class to mix in the The included TzInfo library has been upgraded to version 0.3.11.

+
  • +

    +ActiveSuport::StringInquirer gives you a pretty way to test for equality in strings: ActiveSupport::StringInquirer.new("abc").abc? ⇒ true +

    +
  • 10. Railties

    @@ -1051,7 +1056,7 @@ Instructions for setting up a continuous integration server to build Rails itsel
  • -Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? +Wrapped Rails.env in StringInquirer so you can do Rails.env.development?

  • diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt index 275cb095fd..2b3c606e62 100644 --- a/railties/doc/guides/source/2_2_release_notes.txt +++ b/railties/doc/guides/source/2_2_release_notes.txt @@ -353,6 +353,7 @@ Lead Contributor: link:http://workingwithrails.com/person/5830-daniel-schierbeck * +Inflector#parameterize+ produces a URL-ready version of its input, for use in +to_param+. * +Time#advance+ recognizes fractional days and weeks, so you can do +1.7.weeks.ago+, +1.5.hours.since+, and so on. * The included TzInfo library has been upgraded to version 0.3.11. +* +ActiveSuport::StringInquirer+ gives you a pretty way to test for equality in strings: +ActiveSupport::StringInquirer.new("abc").abc? => true+ == Railties @@ -384,7 +385,7 @@ You can unpack or install a single gem by specifying +GEM=_gem_name_+ on the com * +script/console+ now supports a +--debugger+ option * Instructions for setting up a continuous integration server to build Rails itself are included in the Rails source * +rake notes:custom ANNOTATION=MYFLAG+ lets you list out custom annotations. -* Wrapped +Rails.env+ in +StringQuestioneer+ so you can do +Rails.env.development?+ +* Wrapped +Rails.env+ in +StringInquirer+ so you can do +Rails.env.development?+ * +script/generate+ works without deprecation warnings when RubyGems 1.3.0 is present == Deprecated -- cgit v1.2.3