Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7774

Show
Ignore:
Timestamp:
10/07/07 09:22:03 (9 months ago)
Author:
bitsweat
Message:

Reference current fast_xs URL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r7773 r7774  
    11*SVN* 
    22 
    3 * String#to_xs uses the fast_xs extension if available for Builder speedup.  [Jeremy Kemper] 
     3* String#to_xs uses Eric Wong's fast_xs extension, if available, for Builder speedup.  http://bogomips.org/fast_xs/  [Jeremy Kemper] 
    44 
    55* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.  [Jeremy Kemper] 
  • trunk/activesupport/lib/active_support/core_ext/string/xchar.rb

    r7773 r7774  
    11begin 
     2  # See http://bogomips.org/fast_xs/ by Eric Wong 
    23  require 'fast_xs' 
    34