[Rails] Mechanize

2010-03-24 Thread Nirav Parekh
Hi I am trying to submit an asp form using Mechanize. I have to parse this site in order to get the results http://www.vitranexpress.com/home/CombinedHome.aspx So for this I have to log in the site which I was successful using Mechanize. Once you logged in you have to select the Link Rate

Re: [Rails] Re: Mechanize

2010-03-24 Thread Nirav Parekh
around in what they're sending your browser.Browser tools like Web Developer or Firebug in Firefox help you dig around in the form to see what the browser knows about the page state. On Mar 24, 12:28 pm, Nirav Parekh niravonra...@gmail.com wrote: Hi I am trying to submit an asp form using

[Rails] curb gem not getting installed...

2009-10-15 Thread Nirav Parekh
Hi, I am trying to install curb on my windows machine. I went through a few web pages directing to install it. I installed curl-7.19.6 binary and provided the path in the environment variables. I can now use the curl command line. Then I went on to installing curb using the gem install curb. It

[Rails] Re: Update specific div using post request.

2009-01-09 Thread Nirav Parekh
It is possible to update a specific div using a post request like AJAX do. you need to use link_to_remote method for this. What does this link_to_remote method does... Returns a link to a remote action defined by options[:url] (using the url_for format) that's called in the background using