CGIAlt 1.0.0 released - re-implementation of cgi.rb

November 9th, 2008

I have released CGIAlt 1.0.0.

(homepage) http://cgialt.rubyforge.org/ (download) http://rubyforge.org/projects/cgialt/ (source) http://github.com/kwatch/cgialt/

CGIAlt is a re-implementation of ‘cgi.rb’.

Features

Compatible with ‘cgi.rb’ and CGI class Faster than ‘cgi.rb’ Available with CGIExt (which is an implementation of cgi.rb in C extension) FastCGI support Ruby 1.9 support

CGIAlt 0.0.2 is released

December 12th, 2007

I have released CGIAlt 0.0.2.

http://cgialt.rubyforge.org/

CGIAlt is an alternative library of standard ‘cgi.rb’. It is faster than and compatible with ‘cgi.rb’ and CGI class.

In this release, CGIAlt supports FastCGI. You should require ‘cgialt/fcgi’ instead of ‘fcgi’ if you want to use CGIAlt with FastCGI.