Displaying 1 result from an estimated 1 matches for "78705".
Did you mean:
28705
2009 Sep 25
0
WWW::Mechanize and Rails console not playing well
...ge.form_with(:name => "AddressForm")
search_form.field_with(:name => "Address1").value = "501 W 26th St,
Apt 110"
search_form.field_with(:name => "City").value = "Austin"
search_form.field_with(:name => "ZipCode").value = "78705"
search_form.field_with(:name => "DistrictType").options[0].select
res = agent.submit(search_form, search_form.buttons.first)
It should return a Mechanize page object.
And no, that''s no longer my address.
What is this interpolation core extension? Why is that causing a...