Using Ruby/Rails To Programmatically Post Form Data To Another Site
问题 I'm trying to figure out a way to automate posting data on this site which does not have an API and thankfully not a captcha as well. For example there is a form here => http://www.austinchronicle.com/gyrobase/EventSubmission By examining the form I can figure out that the Name text box is setup as follows...... <input type="text" name="Name" id="EventName" value="" class="rejectPipe"> Using Ruby/Rails is there a way I can programmatically POST to the form on that page through the controller