-
Name
-
fast_xs
-
Version
-
0.8.0
-
Platform
-
ruby
-
Authors
-
fast_xs hackers
-
Bindir
-
bin
-
Date
-
2011-01-26 00:00:00 UTC
-
Dependencies
-
hoe (>= 2.8.0, development)
-
Description
-
fast_xs provides C extensions for escaping text.
The original String#fast_xs method is based on the xchar code by Sam Ruby:
* http://intertwingly.net/stories/2005/09/28/xchar.rb
* http://intertwingly.net/blog/2005/09/28/XML-Cleansing
_why also packages an older version with Hpricot (patches submitted).
The version here should be compatible with the latest version of Hpricot
code.
Ruby on Rails will automatically use String#fast_xs from either Hpricot
or this gem version with the bundled Builder package.
String#fast_xs is an almost exact translation of Sam Ruby's original
implementation (String#to_xs), but it does escape """ (which is an
optional, but all parsers are able ot handle it. XML::Builder as
packaged in Rails 2.0 will be automatically use String#fast_xs instead
of String#to_xs available.
-
Email
-
fast-xs-general@rubyforge.org
-
Extensions
-
ext/fast_xs/extconf.rb
ext/fast_xs_extra/extconf.rb
-
Extra rdoc files
-
Manifest.txt
-
Files
-
.gitignore
GNUmakefile
History.rdoc
Manifest.txt
README.rdoc
Rakefile
ext/fast_xs/extconf.rb
ext/fast_xs/fast_xs.c
ext/fast_xs/fast_xs_type.h
ext/fast_xs/gcc.h
ext/fast_xs/ruby_1_9_compat.h
ext/fast_xs_extra/extconf.rb
ext/fast_xs_extra/fast_xs_extra.c
lib/fast_xs_monkey_patcher.rb
setup.rb
test/test_cgi_class_overrides.rb
test/test_erb_util_module_overrides.rb
test/test_mongrel_overrides.rb
test/test_rack_util_overrides.rb
test/test_xml_escaping.rb
-
Has rdoc
-
true
-
Homepage
-
http://fast-xs.rubyforge.org/
-
Rdoc options
-
--main
README.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
fast-xs
-
Rubygems version
-
1.3.7
-
Specification version
-
3
-
Summary
-
fast_xs provides C extensions for escaping text
-
Test files
-
test/test_xml_escaping.rb
test/test_mongrel_overrides.rb
test/test_rack_util_overrides.rb
test/test_cgi_class_overrides.rb
test/test_erb_util_module_overrides.rb
-
Original platform
-
ruby
-
New platform
-
ruby