Capturing incremental output from STDOUT3143 (3/8/2010 2:46:38 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.]
Hi all,
If I run an external process, e.g.
IO.popen('cucumber')
Then Ruby blocks while waiting for the whole output of the subpro... James
Hoe and GemCutter234 (10/26/2009 3:12:52 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, This is really targeted at the Hoe developers but I'm asking it here so everyone can see the response. In light of http://update.g... James
Testing command-line apps with Cucumber: advice?020 (10/3/2009 10:01:28 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, I'd like to write some Cucumber features for a command-line app I'm working on (specifically, http://github.com/jcoglan/claw). The ... James
Thread-safe FileUtils.cd427 (9/20/2009 5:50:30 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, I have a build tool that I've written in Ruby that uses this construct to enter a directory, perform some long-running (several sec... James
#map, #select semantics714 (8/28/2009 9:42:51 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] I imagine this has come up before, though I can't find anything about it. I was talking to a friend last night who mentioned that in Smallta... James
Terminal escape sequences637 (8/6/2009 8:56:53 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, Looking through the PDoc source to see how it renders the build progress meter, I see: log "\c[[F\c[[K Rendering: #{dest}" I... James
[ANN] heist 0.3.0 Released021 (7/31/2009 10:35:54 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] heist version 0.3.0 has been released! Heist is a Scheme interpreter written in Ruby. It provides an executable for running Scheme code di... James
Rubyforge login broken?232 (7/12/2009 5:57:01 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, Is it just me or are other people getting "*Cookies must be enabled past this point."* when trying to log in to Rubyforge? -- Jam... James
[ANN] siren 0.2.0 Released019 (7/7/2009 12:50:26 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] siren version 0.2.0 has been released! * Siren is a JSON and JSONQuery interpreter for Ruby. It extends the normal functionality of JSON-... James
create a variable number of loop630 (7/21/2009 8:39:57 AM) comp.lang.ruby Hi all, I want to create a variable number of loop based on the input: if the input is 1, I will create a loop ( I call it 1-loop); if the input is 2 , I will create a nested loop( 2-loop); if the input is 3, ... chen_li3(387)
Incorrect -0.0.hash - Ruby bug.527 (7/22/2009 4:24:31 PM) comp.lang.ruby Hello. I just found a bug in Ruby, version 1.9.1p0, Windows. In the rdoc to Object#hash we read (http://ruby-doc.org/core/classes/Object.html#M000337): "This function must have the property that a.eql?(b) imp... tpreal(103)
Yet another MySQL issue on WinXP635 (8/1/2009 1:16:09 PM) comp.lang.ruby I know that my questions will NOT be answered even thogh are pretty simple for some guru guys like you.. I hope is posted in the correct section.. Like a classic n00b I followed a video tutorial to install r... mmx38(5)
Terminal escape sequences637 (8/6/2009 8:56:53 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, Looking through the PDoc source to see how it renders the build progress meter, I see: log "\c[[F\c[[K Rendering: #{dest}" I... jcoglan(199)
Kernel's module methods?1041 (8/6/2009 11:02:06 AM) comp.lang.ruby According to pickaxe2, p516: Module Kernel ------------ The Kernel module is included by class Object, so its [instance] methods are available in every Ruby object. The Kernel instance methods are documented ... bbxx789_05ss(1895)
A bizarre problem with data= methods320 (8/27/2009 9:01:32 AM) comp.lang.ruby Hi all. I have found an error that does not understand. Look this simple code: --------------------------------- class Foo def value=(data) puts "Look #{data}" end end f = Foo.new.value = "at me" # =... davinciSINSPAM1(5)
String replace346 (8/31/2009 4:36:29 PM) comp.lang.ruby I wondering if there is a string replace function. I have a string that looks something like: 2YP/P:[CTYCODE]B/[W_PHONE]/F/[W_FAX]/R/[H_PHONE] and what I am looking to do is to replace the [W_PHONE], for ... shandybleu(37)
Thread-safe FileUtils.cd427 (9/20/2009 5:50:30 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all, I have a build tool that I've written in Ruby that uses this construct to enter a directory, perform some long-running (several sec... jcoglan(199)
[QUIZ] Enumerable ObjectSpace (#222)719 (10/24/2009 5:44:27 PM) comp.lang.ruby -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The three rules of Ruby Quiz: 1. Please do not post any solutions or spoiler discussion for this quiz until 48 hours have elapsed from th... yahivin(88)