Is either of RAA or RubyForge eventually supposed to supercede the other? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder -...
Is there an easy way of getting each line of a ruby script to be written to stdout before being executed? I currently use a wrapper function which...
I've been playing with NNTP a day or two. The lib by Jeff Heard and Ward Wouts seems to work fine for me, but I'm clueless about attachments. ...
Is this code guaranteed to always work this way: a = --> def m( a, b, *c ) puts a, b, c end --> nil m( a.shift, a.shift, a ) 1
>>Please avoid top-posting.<< Is this a top-posting? How do i submit a sub top-posting? Anyway i submitted a post about rexml perhaps...
I'd love to see things like the sprintf, Time.strftime, etc. flag/fields/directives tables available in ri or some other cmdline dealy. Anyone...
A programming style question: Should "new" methods actually do anything, or should they only perform initialization? For example, let's say I...
A recent thread talks about using a global class to tuck variables in rather than have them polute a namespace. I think this is a good idea(and is...
I've been wondering what fine-grained module structure (like Enumerable) would make sense for collections, and just came across this work where the...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Seven months passed since the release of Radical 0.65, and it seems like it's about time to make...
I'm thinking, why do we have globals at all? I wonder if it would be possible to just corral all the "global" stuff (methods, variables, etc.) and...
Hi, How are global methods defined in Ruby? I know you can just def just_a_method(arg) puts "do stuff" end ....and you can call it...
This is a multi-part message in MIME format. ------=_NextPart_000_004C_01C37882.24993D90 Content-Type: text/plain; charset="Windows-1252"...
Hi gurus and nubys, I've been trying to download mod_ruby from modruby.net, but the homepage gives me a 406 error. Anyway, trying to download to...
I have some data which I make a backup of on daily basis. The data has many different owners/groups. I have writen some Ruby which does the job...
I have just finished to convert my ruby embedded app from static ruby lib (msvcrt-ruby18-static.lib) to dll, and have some problems with standard...
I'm using a library (ruby-odbc 0.99 to be exact) that calls rb_enable_super(), which is obsolete as of ruby 1.8.0. Of course, this causes said...
...is on the O'Reilly web site here: http://www.onjava.com/pub/a/onjava/2003/09/10/dashboard.html The more the merrier... Yours, Tom --
Hi, I've been trying to figure out how to use ODBC with DBI. So far, I have created a DSN for an existing DB and managed to read tables, update...
I've the contents of a raw log file in memory, and a program that will parse this raw log data and print out human-readable info. The problem is,...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules