Shoes.setup do gem 'rack' end
then use rack instead of CGI. Rack is like CGI, but a heck of a lot better, and it includes it's own versions of those encoding type methods and stuff in it's utilities class.
Shoes.setup do gem 'rack' end
then use rack instead of CGI. Rack is like CGI, but a heck of a lot better, and it includes it's own versions of those encoding type methods and stuff in it's utilities class.