From wflanagan at gmail.com Thu Feb 1 17:26:35 2007 From: wflanagan at gmail.com (William Flanagan) Date: Thu, 01 Feb 2007 17:26:35 -0500 Subject: [Mechanize-users] Mechanize, SVN, and lighttpd? In-Reply-To: <20070129190716.qtq9s19m8soc0g4c@lcgalaska.com> Message-ID: All, I've recently started using SVN and trying to move back and forth between computers for development. So far, not so good. Is there a way to bring mechanize with me? I've installed via the GEM, and I've installed Mechanize on both computers. But, when I go to start up lighttpd, I get this message: gem_original_require': no such file to load -- mechanize (MissingSourceFile) Though it is installed on both machines. Is there a way to install Mechanize via SVN, so that I could map Mechanize as an external library? Or, does someone else have any suggestions as to the best way to manage this? Or, am I completely missing something, and this isn't a Mechanize-related problem? Thanks for any help! William From aaron_patterson at speakeasy.net Thu Feb 1 17:52:41 2007 From: aaron_patterson at speakeasy.net (Aaron Patterson) Date: Thu, 1 Feb 2007 14:52:41 -0800 Subject: [Mechanize-users] Mechanize, SVN, and lighttpd? In-Reply-To: References: <20070129190716.qtq9s19m8soc0g4c@lcgalaska.com> Message-ID: <20070201225241.GA11330@eviladmins.lan> On Thu, Feb 01, 2007 at 05:26:35PM -0500, William Flanagan wrote: > All, > > I've recently started using SVN and trying to move back and forth between > computers for development. So far, not so good. > > Is there a way to bring mechanize with me? I've installed via the GEM, and > I've installed Mechanize on both computers. But, when I go to start up > lighttpd, I get this message: > > gem_original_require': no such file to load -- mechanize (MissingSourceFile) > What happens when you try to load it in irb? Here it is on my system: irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'mechanize' => true irb(main):003:0> > Though it is installed on both machines. > > Is there a way to install Mechanize via SVN, so that I could map Mechanize > as an external library? Or, does someone else have any suggestions as to > the best way to manage this? > > Or, am I completely missing something, and this isn't a Mechanize-related > problem? If you can load it in irb, I would suspect that there is something else wrong. -- Aaron Patterson http://tenderlovemaking.com/ From wflanagan at gmail.com Fri Feb 2 11:22:42 2007 From: wflanagan at gmail.com (William Flanagan) Date: Fri, 02 Feb 2007 11:22:42 -0500 Subject: [Mechanize-users] Mechanize, SVN, and lighttpd? In-Reply-To: <20070201225241.GA11330@eviladmins.lan> Message-ID: All, FYI, this is a fast CGI problem. It works fine with webrick. So, if you see this stuff, then start looking there. Thanks for the help. I love Mechanize! William On 2/1/07 5:52 PM, "Aaron Patterson" wrote: > On Thu, Feb 01, 2007 at 05:26:35PM -0500, William Flanagan wrote: >> All, >> >> I've recently started using SVN and trying to move back and forth between >> computers for development. So far, not so good. >> >> Is there a way to bring mechanize with me? I've installed via the GEM, and >> I've installed Mechanize on both computers. But, when I go to start up >> lighttpd, I get this message: >> >> gem_original_require': no such file to load -- mechanize (MissingSourceFile) >> > > What happens when you try to load it in irb? Here it is on my system: > > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require 'mechanize' > => true > irb(main):003:0> > >> Though it is installed on both machines. >> >> Is there a way to install Mechanize via SVN, so that I could map Mechanize >> as an external library? Or, does someone else have any suggestions as to >> the best way to manage this? >> >> Or, am I completely missing something, and this isn't a Mechanize-related >> problem? > > If you can load it in irb, I would suspect that there is something else > wrong. From bel8 at lilik.it Mon Feb 5 09:00:36 2007 From: bel8 at lilik.it (Claudio Belotti) Date: Mon, 05 Feb 2007 15:00:36 +0100 Subject: [Mechanize-users] adding a cookie Message-ID: <45C73884.3060400@lilik.it> hi there, I'm not sure if it is better to use the ml or the forum so I ended to post on both ... I'm trying to login into a page that is using javascript to set a cookie: