+ Post New Thread
Page 51 of 105 FirstFirst ... 41 49 50 51 52 53 61 101 ... LastLast
Threads 1001 to 1020 of 2091

Forum: Ruby

  1. RAA/RubyForge...

    Is either of RAA or RubyForge eventually supposed to supercede the other? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder -...

    • Replies: 3
    • Views: 468
    03:54 PM Go to last post
  2. Output lines to stdout for debug

    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...

    • Replies: 3
    • Views: 619
    03:14 PM Go to last post
  3. Ruby and NNTP attachments

    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. ...

    • Replies: 2
    • Views: 595
    03:13 PM Go to last post
  4. order of evaluation for method arguments

    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

    • Replies: 6
    • Views: 1,052
    daz
    02:20 PM Go to last post
  5. fyi : rexml eruby cache'ing

    >>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...

    • Replies: 2
    • Views: 529
    06:43 AM Go to last post
  6. ri request

    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...

    • Replies: 3
    • Views: 382
    02:29 AM Go to last post
  7. Should "new" methods do anything?

    A programming style question: Should "new" methods actually do anything, or should they only perform initialization? For example, let's say I...

    • Replies: 6
    • Views: 335
    01:57 AM Go to last post
  8. global variables /rexml / caching

    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...

    • Replies: 0
    • Views: 344
    12:25 AM Go to last post
  9. Finer-grained modules (like Enumarable) for Collections?

    I've been wondering what fine-grained module structure (like Enumerable) would make sense for collections, and just came across this work where the...

    • Replies: 2
    • Views: 416
    08:06 PM Go to last post
  10. [ANN] Radical 0.7

    -----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...

    • Replies: 0
    • Views: 340
    06:45 PM Go to last post
  11. Global object instance?

    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...

    • Replies: 5
    • Views: 1,412
    06:35 PM Go to last post
  12. How are global methods defined?

    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...

    • Replies: 5
    • Views: 2,868
    05:48 PM Go to last post
  13. Passing an Object Class from a method to a caller

    This is a multi-part message in MIME format. ------=_NextPart_000_004C_01C37882.24993D90 Content-Type: text/plain; charset="Windows-1252"...

    • Replies: 10
    • Views: 471
    04:48 PM Go to last post
  14. Is modruby.net working?

    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...

    • Replies: 2
    • Views: 308
    03:30 PM Go to last post
  15. backup under privileged mode (unix permissions)

    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...

    • Replies: 5
    • Views: 653
    03:24 PM Go to last post
  16. stdout in embedded ruby in win32

    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...

    • Replies: 6
    • Views: 1,941
    03:18 PM Go to last post
  17. Correctly handling the deprecation of rb_enable_super

    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...

    • Replies: 4
    • Views: 285
    ts
    11:00 AM Go to last post
  18. An article on using Ruby to drive a Java hourly build...

    ...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 --

    • Replies: 4
    • Views: 342
    10:40 AM Go to last post
  19. DBI/ODBC question: how to create DB programmatically?

    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...

    • Replies: 3
    • Views: 1,617
    05:22 AM Go to last post
  20. using a filter inside Ruby

    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,...

    • Replies: 11
    • Views: 385
    04:11 AM Go to last post

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139