Skip to content

Instantly share code, notes, and snippets.

View jerrett's full-sized avatar

Jerrett Taylor jerrett

View GitHub Profile
@bf4
bf4 / comment.md
Created July 8, 2014 15:58
invalid %-encoding error in application for malformed uri

Question re: should this be rack's job

# config.ru
run ->(env) {
  [ 200, { 'Content-Type' => 'text/html', }, [Rack::Request.new(env).params.inspect] ]
}