Category Ruby

Ruby/Rack and Multiple Value Request Param Pain — Part Two

I’ve been experiencing grief trying to work with Ruby based tools to build a web-based server (in Part One) and a client (read on). So. I have to write some Ruby code to act as a client to a remote server using HTTP GET/POST requests, where parameters are sent using the usual HTTP techniques. Just [...]

Ruby/Rack and Multiple Value Request Param Pain — Part One

Today, in quick succession, I encountered a frustrating situation with each of two tools. It was the same problem in both cases—dealing with multiple value request parameters. There’s something you think about every day. Anyway I was tracking down a problem that has been causing us grief for weeks now, but we never spent the [...]