TDDing HTTP Requests in a plain Rack app
This week I’ve been writing a Tic Tac Toe web application with the code entirely based in a Ruby backend. I am not allowed to use any JavaScript at all on the frontend, only to serve html files in response to GETs and POSTs.