First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
print gem VERSION from ruby program
jeweler maintains a file VERSION in the base directory. My program in bin has an option, prog --version. Currently. I have a constant VERSION in prog.rb. This is never in synch with the VERSION file, it should be. Is there any way of either updating the constant whenever I do a jeweler version:bump. Or... 24 Jun 2010 00:58
XMPP client with Ruby
Veera Sundaravel wrote: Hi Zablon, No problem, thanks for instant reply. If I can solve the issue, I'l keep you posted. Regards, T.Veeraa. Hi, I am trying to send some message over the gtalk, here is my code require 'rubygems' require 'xmpp4r-simple' jabber = Jabber::Simple.new('l... 22 Jun 2010 14:55
limiting download size with net::http
Hi list, I got bored so I'm writing a little web spider in ruby. I've got several features planned like content type limits etc, but I'm stuck with the size limit. If I check against content_length from the headers of the response object, it's already downloaded the body. How can I check and exclude based on th... 22 Jun 2010 12:41
Google Adsense Account Approval With In 4 Hours
Google adsense account with in 4 hours. Send your name,address and phone number to "earnmoney9421(a)gmail.com". I will give ur account with in 4hrs. secure and Safe Account Approval , approved directly by adsense team. ... 22 Jun 2010 11:34
script for production server
[Note: parts of this message were removed to make it a legal post.] Hello, I'm pretty new with ruby and I've just installed retrospectiva with success within ruby enterprise edition. I ran with success the command : /XXXXX/bin/ruby script/server -e production -p3000 Unfortunately as I close the shell, the s... 24 Jun 2010 11:49
[ANN] ruby bounties update
I am pleased to announce that the Nokogiri pure-Java version for JRuby bounty was completed recently. Congrats to those that worked on it and hope to see its continued maintenance. Recently completed: * patch rubygems to hint on mispellation. * method inliner for ruby * GC getters and setters * elegant ruby... 22 Jun 2010 01:45
library path not working?
Hi, I am new to using ruby, so I am probably doing something wrong, but I cant figure out what it is... I am having an issue with just trying to locate libraries for Ruby to include installed gems... Some examples: http://www.pastie.org/1013176 Notice that I have to include the full path to where cucumbe... 21 Jun 2010 19:09
Ruby Basic
Hi All, def one puts "hi" end Once i call one --> i can able to get a output. QUESTION: I have a array method_list=["one"] How can I convert "one" to method ? -- Posted via http://www.ruby-forum.com/. ... 22 Jun 2010 06:05
Random Points within a Circle (#234)
Hi ! On 19 June 2010 20:05, Daniel Moore <yahivin(a)gmail.com> wrote: ## Random Points within a Circle (#234) Greetings Rubyists, Generating random numbers is a useful feature and Ruby provides us with `Kernel.rand` to generate numbers uniformly distributed between zero and one. If we want to gene... 27 Jun 2010 02:02
Ruby Basic
Raveendran .P wrote: Hi All, def one puts "hi" end Once i call one --> i can able to get a output. QUESTION: I have a array method_list=["one"] How can I convert "one" to method ? Tried and Got Solution Solution: eval("one") Thanks -- Posted via http://www... 21 Jun 2010 08:01
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74