search for: anaema_ml

Displaying 5 results from an estimated 5 matches for "anaema_ml".

2007 Oct 15
0
Fwd: Content filtered message notification
...rg The attached message matched the mocha-developer mailing list''s content filtering rules and was prevented from being forwarded on to the list membership. You are receiving the only remaining copy of the discarded message. ---------- Forwarded message ---------- From: Christophe <anaema_ml at yahoo.fr> To: mocha-developer at rubyforge.org Date: Sun, 14 Oct 2007 18:15:09 +0200 Subject: Re: [mocha-developer] Stubbing a module method le 03/10/2007 10:40, James Mead nous a dit: On 27/09/2007, Christophe <anaema_ml at yahoo.fr> <anaema_ml at yahoo.fr> wrote: Hi, I'&...
2007 Jul 30
6
Object.stubs doesn''t seem to work.
Hi I''m using Mocha 0.5.3 and I want to stub out a call to Time.now, just like the example in the post http://blog.floehopper.org/articles/2007/06/08/mocha-0-5-released However, trying it in irb gets me the following error: >> require ''mocha'' => true >> Time.stubs(:now).returns(Time.parse(''Thu Feb 01 00:00:00 UTC 2007'')) NoMethodError:
2008 Jul 17
3
Convert data to utf-8
Hello, I''m trying to find a solution to convert everything returned by mechanize to utf-8, no matter if the original page is utf-8 or iso and I really don''t know where to start from... agent = WWW::Mechanize.new { |a| a.log = Logger.new(File::join(RAILS_ROOT, "log/mechanize.log")) } one_page = agent.get("www.google.fr") My first problem is that one_page
2007 May 19
2
196 packages to install or update ??
Hi, today I did a yum upgrade and see that there was 193 packages to update and 3 packages to install... I always upgraded my server (with yum) on a weekly basis so I don't undestand how it is possible to have a so big update. Is there something wrong with my yum setup ? A mix between different versions of CentOS ? I'm running CentOS 4 i386 Thank you
2006 Dec 24
1
Copying my system to another drive
Hi, I'm trying to copy my CentOS install to a new drive. - old drive is /dev/hda and had hda1 : /boot hda2 : swap hda3 lvm hda5 : lvm hda4 : /usr/local - new drive is /dev/hdb hdb1 : /boot hdb2 : swap hdb3 : / I decided to get rid of lvm which is useless to me. I've created and formated the new partitions and copied anything from the old drive to the new one