public
Description: C Extension to Ruby's cgi.rb for Google Summer of Code '08
Homepage:
Clone URL: git://github.com/balgarath/cgi-ext.git
name age message
file .autotest Fri Jul 18 02:54:56 -0700 2008 added .autotest, newest build of gem in /pkg [balgarath]
file History.txt Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
file Manifest.txt Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
file README.txt Mon Aug 11 16:31:44 -0700 2008 updated readme [balgarath]
file Rakefile Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
directory config/ Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
directory ext/ Sat Aug 09 14:49:53 -0700 2008 tests for rails query string parser. some refa... [Ralph Edge]
directory lib/ Sat Aug 09 14:49:53 -0700 2008 tests for rails query string parser. some refa... [Ralph Edge]
directory pkg/ Mon Aug 11 16:34:36 -0700 2008 gem added in /pkg [balgarath]
directory script/ Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
file setup.rb Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
directory tasks/ Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
directory test/ Sat Aug 09 14:49:53 -0700 2008 tests for rails query string parser. some refa... [Ralph Edge]
directory website/ Fri Jul 18 02:45:30 -0700 2008 Source Code [balgarath]
README.txt
= cgiext

* http://github.com/balgarath/cgi-ext/tree/master

== DESCRIPTION:

* This is a C extension of some of the functions of Ruby's cgi.rb

== FEATURES/PROBLEMS:

* Haven't figured out how to get around this yet, but to get cgiext 
working in rails, you need to add the following to 
ApplicationController:
session :cookie_only => false

otherwise rails will throw a sessionfixationattempt error


== SYNOPSIS:

  FIX (code sample of usage)

== INSTALL:

* sudo gem install cgiext
* require 'cgiext' (if a rails project, add this to 
production/development.rb, whichever)


== LICENSE:

Ruby License