+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 20 of 53

Forum: Ruby

Discussions about Ruby programming and frameworks like Ruby On Rails

  1. Ruby on Rails Development

    What are the benefits of the website developed by Ruby on Rails? http://www.openwavecomp.com/ruby_on_rails.html

    hire ror developers, ruby on rails development
    • Replies: 0
    • Views: 551
    11:36 AM Go to last post
  2. Library path relative to current .rb file

    One of the most irritating (missing) features of Ruby is inability to 'require' files in the same directory or subdirectories as the executing...

    • Replies: 3
    • Views: 8,920
    09:11 AM Go to last post
  3. Can't find header files for Ruby

    Hi, I am trying to install the libneural library onto my Linux desktop (Mandrake 9.1). I get the error "can't find header files for ruby" $...

    • Replies: 4
    • Views: 11,385
    03:40 PM Go to last post
  4. Ruby-talk, relama

    <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body bgcolor="#FFFFFF" text="#000000"...

    • Replies: 1
    • Views: 2,623
    02:47 AM Go to last post
  5. hash of hashes

    Hi all. How can I create $Subject for future population? -- Yours truly, WBR, Paul Argentoff. Jabber: paul@jabber.rtelekom.ru RIPE: PA1291-RIPE

    • Replies: 18
    • Views: 6,460
    02:46 AM Go to last post
  6. String startswith/endswith in Ruby?

    Hi all, I'm a Python user trying to learn a bit of Ruby. I was wondering if there's a common way of writing "startswith" and "endswith"...

    • Replies: 10
    • Views: 9,503
    10:21 PM Go to last post
  7. Concerting a Date Object into a UNIX Timestamp

    Hello beloved Ruby-Community, maybe a stupid question because I probably missed something reading the reference of "Programming Ruby", but how do...

    • Replies: 2
    • Views: 6,900
    04:30 PM Go to last post
  8. substring: to the end of the string

    Hi! Is there any easiest way to get the substring starting from the 3rd character? my solution: str which seems quite odd :-/ What if,...

    • Replies: 18
    • Views: 12,608
    11:22 PM Go to last post
  9. XOR operator?

    Hi all, I'm trying to figure out what the boolean "xor" operator is in Ruby. I thought it was "^^" but that doesn't work. I searched through...

    • Replies: 9
    • Views: 7,696
    12:16 AM Go to last post
  10. How to parse a date? (strptime problem)

    Hi gurus and nubys, I was wondering how to parse a line like this: 01/Oct/1980:01:56:57 I know I can use strftime() to write it: => true =>...

    • Replies: 3
    • Views: 8,148
    04:03 PM Go to last post
  11. running background (daemon) processes in Windows

    In Unix I can start a 'deamon' (background) process like: ruby -e 'fork do system("something") end' Or by putting the fork directly into my...

    • Replies: 2
    • Views: 5,041
    eg
    07:58 AM Go to last post
  12. Search string in a file

    On Wed, 15 Oct 2003, Panther wrote: # I must search string in a file ?? # How I must open file in read and search string ?? # What is syntax ??...

    • Replies: 7
    • Views: 12,341
    08:23 PM Go to last post
  13. Getting a list of the files in a directory

    Hi, I'm just starting out with ruby and I'm writing a script to rename a bunch of files in a directory to a way I want them to be (just to get more...

    • Replies: 6
    • Views: 12,064
    04:43 PM Go to last post
  14. Operator overloading

    Hi, With Ruby operaotr overloading is simply done by a definition like class foo ... def +( other ) # some code end

    • Replies: 11
    • Views: 4,769
    07:53 AM Go to last post
  15. Removing "nil" entries from array

    Dear All, I have a really weird situation. I'm reading a file into an array, based on a grep match. This works fine..... ...yet I re-ran my...

    • Replies: 4
    • Views: 12,029
    10:03 PM Go to last post
  16. How to alias a class method

    Hi! I've run into problem aliasing a class method, i.e. I have: class Abc self.get_abc arg ... end end And later I need to this method,...

    • Replies: 2
    • Views: 11,751
    03:31 AM Go to last post
  17. print out a variable's name and value?

    Hello, I want a comfortable debug function to which I can pass a variable, and it writes out the variable's name and value. Can I accomplish...

    • Replies: 2
    • Views: 6,752
    08:59 PM Go to last post
  18. Memory consumption of Ruby/mod_ruby combo on Apache [memory leak]

    > I don't think so - I think all the modules are loaded when Apache is It didn't have anything to do with IfModules or even Apache. I had a...

    • Replies: 4
    • Views: 2,875
    02:58 AM Go to last post
  19. File, relative path handling.

    Before I attempt to re-invent this wheel: Has anyone come up with a method for converting an absolute filesystem path into a relative path, given...

    • Replies: 5
    • Views: 9,273
    11:22 AM Go to last post
  20. Tanaka Akira's PrettyPrint usage? Are there any examples?

    I'm interested in using the prettyprint module available from RAA. But, as a relatively new Rubyist, I can't seem to make sense of the included...

    • Replies: 5
    • Views: 5,258
    12:09 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 not 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