Can't you just grab the cgi.rb or whatever files from the standard lib and put it in the same directory as your shoes app? Or, alternatively, load in the 'rack' gem using:

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.

Reply via email to