I tried using the command line tool "curl" in a Ruby console window and got the message:-
'curl' is not recognized as an internal or external command, operable program or batch file
The same thing happened in an ordinary "dos" window (calling the curl from the ruby application's folder).
I can't find "curl" anywhere in any Ruby-related documentation. There is a cURL website where I could ask about this but I thought I should ask here first. I am following along with "Agile Web Developement with Rails" where I have set up a REST-style interface to generate an XML feed from the application using an rxml template. My curl looks like:-
curl http://localhost:3000/info/who_bought/1
I added my little issue with the Report Erratum and so far no-one has responded.
Does anyone know what's happeing here