search for: makuchaku

Displaying 4 results from an estimated 4 matches for "makuchaku".

2007 Sep 14
1
Unable to scrap gmail.com - EOFError: End of file reached
...his problem - some pointers on what I am doing wrong - would be great. I would surely find a solution :) I have the following installed on my Ubuntu box Ruby - 1.8.5 hpricot - 0.6 mechanize - 0.6.10 libopenssl-ruby 1.0.0 httpclient 2.1.1 Thanks in advance for the help :) Regards, Maku http://www.makuchaku.info/blog
2007 Dec 30
3
A newbie question regarding BackgroundRb
...alhost:22222 but cannot see anything happening. Neither anything shown up on the app''s output, nor on the log/backgroundrb.log file. However, the logfile does shows that "Log file created...". Am I missing any step? Doing anything wrong? Thanks in advance :) -- Maku http://www.makuchaku.info/blog http://www.apnabill.com - A startup!
2007 Oct 07
1
How to store a Mechanize object in the database?
Hi, I am trying to save a Mechanize object in database (using a Rails Model). But the save operation throws a TypeError Considering that "agent" is an instance of a Rails Model and "user" is defined as a "text" type in the Model. irb(main):039:0> agent.user = WWW::Mechanize.new #<WWW::Mechanize:0xb71295f0 @follow_meta_refresh=false, @key=nil,
2007 Sep 24
1
selecting a form
What''s the best way to select a form on a page with Mechanize if the form doesn''t have the "name" attribute? I''m already familiar with the page.form(''myformname'') syntax but this doesn''t? work with forms that have no names. -- Thank you, Shane Witbeck Digital Sanctum, inc. -----------------------------------------------------