375697-376151

375487-376008 subjects 375913-377018

^ Ruby 1.9.2 require issue
375697 [justin justi] which is located on my hard drive in the Chapter05 folder. Getting the
+ 375703 [sutniuq gmx.] From the official ruby-lang.org website
+ 375704 [luislavena g] e'

^ QtRuby and Wrapping custom Qt derived C++ classes
375701 [x37v.alex gm] I've been working with QtRuby a bit recently and I've come to the point

^ Please help with NET::SSH
375702 [idclick free] I use the NET::SSH gem, and I have some trouble using it, I can't send
+ 375715 [daniel rimsp] irst
+ 375726 [idclick free] Many thanks for your reply.
  375744 [b.candler po] Try using Net::SSH::Telnet gem instead. This wraps Net::SSH with a

^ Regexp, String, Symbol literals' object_ids
375706 [pavel.rosput] 5.times { p /abcdasdf/.object_id } -> same!
+ 375707 [andrea andre] Ruby has both mutable and immutable strings. A mutable string is
| + 375709 [pavel.rosput] Digging into parse.y and other ruby core files?
| + 375747 [b.candler po] This is a very misleading description, so I'll bite.
+ 375712 [sutniuq gmx.] How is this possible? For every time the loop is executed there should a
| + 375714 [pavel.rosput] How about this? I have just discovered
| + 375717 [abinoam gmai] Try
|   375718 [rick.denatal] A regular expression literal like /thesameobject/ causes a Regexp
+ 375770 [pavel.rosput] Ok. But initial question was slightly different.
| 375795 [abinoam gmai] [Advice... I'm new at this... be patient]
+ 375807 [pavel.rosput] class A
  375831 [abinoam gmai] I was trying to learn about "const_missing" and I digged a little more
  375834 [pavel.rosput] Working with binary protocols. Smth. like
  375836 [cmdjackryan ] 2-3% of what? If it's 200ms, the gains are much less impressive when

^ mechanics of @ruby_news on Twitter?
375711 [jarmo.p gmai] I'm wondering how @ruby_news [1] is operating on Twitter? Where do
375713 [zero200 gmai] basically if you want your article included on @ruby_news you can

^ Re: Problems with gems and Ruby 1.8.7
375719 [jb2431 gmail] Just wanted to confirm that I had to do this same installation of xcode

^ [ANN] RDoc 3
375721 [drbrain segm] RDoc 3.0.1 has been released

^ How to implement such a Domain-Specific-Language (DSL)?
375724 [zdyu2000 gma] I need to use Ruby to process performance data and calculate performance
+ 375728 [zuerrong gma] You may don't need the hash at all.
| 375731 [zdyu2000 gma] you did not get my point. I want to make it flexible. I just write the
+ 375732 [jgabrielygal] If the only requirement is to have event_A evaluate to
  + 375733 [zdyu2000 gma] t =
  | 375738 [ryand-ruby z] You have two event names and you need to clarify: the key in the hash, =
  + 375741 [b.candler po] t =

^ downloading a file
375725 [devguy.ca gm] if the process get interrupted like the network goes down for a little
+ 375729 [zuerrong gma] what protocal shall be used?
+ 375743 [b.candler po] Use wget [-c]
  375753 [devguy.ca gm] ruby has a wget command? i want to do this from ruby code, and with no
  375756 [b.candler po] system("wget ....")
  375757 [devguy.ca gm] well if i just want to download a file, is there something i can use
  + 375759 [devguy.ca gm] i'm wondering if there is libcurl solution out there that will
  | 375760 [wishdev gmai] Good Morning
  | 375761 [devguy.ca gm] WOW IS TODAY ASSHOLE DAY, I MISSED THE MEMO????
  + 375762 [sutniuq gmx.] Try
    375765 [devguy.ca gm] Thanks Vale,
    375766 [devguy.ca gm] Thanks Marvin, tired eyes got the name wrong  =)

^ redmine login not working and wanted to submit a bug
375730 [kannan.deepa] i wanted to create a bug on redmine but i have forgotten by password and
+ 375737 [ryand-ruby z] and
+ 376107 [kannan.deepa] thanks ryan,
+ 376108 [kannan.deepa] one more question, i had submitted the mail on ruby-core the old

^ unsubscribe
375734 [zhaosoft1982] unsubscribe
375740 [zuerrong gma] Please unsubscribe it from the web form instead of sending a message

^ Re: RDoc 3
375736 [cfb jndata.d] I filed this bug report back in February when the RDoc version was
375755 [drbrain segm] 627&atid=3D2472
375868 [kubo jiubao.] Could you apply the patch I posted?
375869 [ryand-ruby z] neglected you can always write a patch to speed things up
375870 [kubo jiubao.] p_id=3D627&atid=3D2472
375874 [ryand-ruby z] 627&atid=3D2472

^ To get time response of two events
375745 [jeff_yq yaho] I have two parameters which were defined as t1 and t2. In this case, t1
375754 [jeremy bopp.] irb(main):001:0> t1 = Time.now
375775 [jeff_yq yaho] Thanks for your reply. I've applied your method, but the result is not I
375804 [jeremy bopp.] Could you go into more detail regarding how that method fails to meet

^ [ANN] httpclient/2.1.6
375748 [nakahiro gma] httpclient/2.1.6 has been released.

^ Just for your kind information:
375749 [kind.info.4.] Want read book, books for children or for every one. Visit this site.
375750 [lockwood.bry] FUCK YOU

^ OpenGL support
375767 [thebluedrago] Will there ever be updated bindings to OpenGL?
+ 375768 [thebluedrago] By the way, I don't know much about writing C extensions, but is it
+ 375779 [marcelo.maga] Sorry for being lazy.  Can you point me to an URL to download
| + 375782 [michael.broo] Ruby Glew http://rubyforge.org/projects/rubyglew/
| + 375791 [ralf.mueller] This would be great! Thanx for the work.
+ 375796 [andrea.fazzi] I don't know if it is still working with latest ruby-ffi. In case, I'll
+ 375947 [thebluedrago] I looked a bit into C extensions and I thought of a pretty easy way of

^ How to use win32ole to set Exchange proxy settings
375772 [rob snakewoo] Using Outlook to access my work Exchange inbox via a HTTPS proxy used to
375788 [rubfor recit] If you google for VBA/Macro sources instead, you can see how it's done

^ creating an object
375773 [rail.shafigu] i'm somewhat new to rails and ruby.
+ 375774 [steve stevek] The reason you don't see an initialize method is because Rails models
+ 375776 [spoon killer] It's just a regular call to Rating.new, but it's using the special
  375777 [rail.shafigu] i understood that it was a hash, but i couldn't figure what is going to
  375790 [jgabrielygal] Yes, most probably, your Rating class inherits from

^ Upgrade OS X Snow Leopard to 1.9.x
375778 [allisonaaron] I am trying to update my mac to the latest ruby.
+ 375781 [stu rubyprog] Looking over the directions it looks like you must have copied and
+ 375783 [brabuhr gmai] /usr/local/bin/ruby -v
| 375785 [allisonaaron] Thanks. It reads ruby 1.9.2p0 (2010-08-18 revision 29036)
| 375786 [stu rubyprog] You will need to set up your shells path to use it btw. if you type
+ 375784 [jose.halesga] charset=us-ascii
+ 375800 [kpachnis gma] You could try RVM (Ruby version manager -
| 375803 [t.yao426 gma] I recommand you using RVM as well, it's really great
+ 375808 [allisonaaron] Thanks for everyone's help. I updated another mac with snow leopard. I

^ how to know a search result is successfully displayed through its source codes
375787 [jeff_yq yaho] I am working on a project where need to search a keyword by using simple
375805 [jeremy bopp.] This seems to be basically the same question you asked a couple days
375824 [jeff_yq yaho] Yes, the library I am using here is watir, but the two times which I
+ 375830 [cmdjackryan ] 1) The time difference between the two actions actually *is* negligible.
+ 375848 [gthiesfeld g] If you post some code, folks might be better able to help you.
  375878 [jeff_yq yaho] #set a key word in search field, then click the search button.
  375879 [gthiesfeld g] d-time-in-watir-or-selenium
  375880 [gthiesfeld g] #set a key word in search field, then click the search button.
  375975 [jeff_yq yaho] Thanks, it was working now:>

^ Re: debug flag being ignored
375801 [kedar.mhaswa] I was going nuts over this.
375877 [kannan.deepa] require 'rbconfig'

^ http://123maza.com/35/splener819/
375811 [sabanaabutha] I want a job.

^ Re: Graphs with decorated edges
375813 [kim.toms gma] Using GRATR, you can add labels to the edges of the graph by adding a

^ Re: Quine (#207)
375814 [s.korteling ] Posted via http://www.ruby-forum.com/.
375815 [ryand-ruby z] Holy shit.
+ 375816 [serialhex gm] ...although it dosnt seem to work in win7....
+ 375938 [eregontp gma] How about this one ?
  375939 [serialhex gm] wow... that was cool!!!

^ FileTest.relative?
375819 [transfire gm] It seems FileTest lacks a `relative?` method (and conversely `absolute?
+ 375820 [ben bleythin] Pathname has both #absolute? and #relative?, as well as some other
+ 375821 [luislavena g] Your code is not contemplating drive letters.
  375823 [transfire gm] Good point.
  375825 [kbloom gmail] backslash would be relative (becuase it's relative to the current drive

^ Showing the differences between 2 hashes
375822 [bellcolt hot] Am looking for a module that supports showing graphically the
375871 [brabuhr gmai] $ irb

^ User Input Integers
375826 [flebber.crue] using 1.9.1
375827 [abinoam gmai] Yes! To do your home work? Ok :-)
+ 375832 [flebber.crue] The Top 3 results from google for Ruby user input integers
+ 375833 [flebber.crue] Oh and flattery will get you nowhere.
  375837 [abinoam gmai] The only thing I can say now is (sincerely) "sorry"!

^ Re: Can't install hpricot gem
375829 [aquavitale y] I don't know if it's still actual for you Ethan but I've got the same

^ Mo Better Lisp Jobs
375835 [kentilton gm] Check it out: http://lispjobs.wordpress.com/2010/12/22/lisp-developer-mcna-fort-laurderdale-florida/

^ cross compilation issue.
375838 [veedhirajesh] I need to configure ruby in the timesys machine (powerpc linux), I have
375840 [niklas bruec] first of all: you need to require "rubygems", not "rubygem".
+ 375842 [stefano.croc] This is only true for ruby 1.8. ruby 1.9.x, which is what the OP is trying to
+ 375843 [Rob AgileCon] Ruby 1.9 has support for rubygems built-in. You do *not* need to first

^ gem install ruby-debug-ide errors don't give me anything to look for.
375839 [kedar.mhaswa] Hope I am not missing something obvious. I have searched high and low.
+ 375841 [stefano.croc] or
+ 375844 [kedar.mhaswa] =E2=9E=9C  ~  more =
+ 375845 [cmdjackryan ] Did you install any *-dev packages that ruby-debug-ide might need, too?
  375847 [kedar.mhaswa] dpkg -l | cut -d ' ' -f 3 | grep "dev$"
  + 375849 [cmdjackryan ] In theory, the documentation for the gem should tell you (since I have
  + 375855 [peter vanden] I just tried this. On 1.8.7 it took only a few seconds here.
    375934 [kedar.mhaswa] Thanks Peter, for writing this up. It sure helps. I am still getting the
    375937 [peter vanden] Hmmm, just a few other ideas ... (shooting in the dark here ...).
    376004 [kedar.mhaswa] It's not clear what is missing.

^ Base class method Need base class value
375846 [ganeshgirase] Could anybody suggest what am i suppose to do for below problem.
375850 [sakuro 2238c] looks awkward but possible
375851 [abinoam gmai] Try this... and let me know if it worked for you.

^ Re: write byte array to file
375852 [arturegorov ] i'm get error
375853 [ryand-ruby z] [ "255" ].each do |not_a_byte|
375854 [arturegorov ] after
375863 [ryand-ruby z] 337 isn't a valid 8-bit byte. aka 337 > 255.
375865 [arturegorov ] I realized my mistake

^ Problem with gems (require not working)
375856 [korczis gmai] somehow my rubygems got cripled. The problem is ruby/irb is not able to
+ 375858 [hassan.schro] OK, so what does
| 375859 [korczis gmai] Ugh, something is cripled probably...
| 375860 [korczis gmai] Am I right when I am thinking that it is looking for gems somewhere else
| 375862 [cmdjackryan ] What does
+ 375861 [ryand-ruby z] to
  375864 [korczis gmai] Wow, amazing, it is working as the sharm.. Thank you for that point
  + 375866 [korczis gmai] Thanks Everybody (especially Phillip, Hassan and Ryan) for incredibly
  + 375867 [ryand-ruby z] For some reason you have the png gem installed but not the RubyInline gem.

^ Errno::EEXIST File Exists error when installing 'ferret' gem from local .gem file
375857 [brandon.m.si] I am trying to install the ferret ruby gem on a RHEL zlinux (s390x

^ How to DRY code to prompt for parameters
375872 [RichardDummy] I pasted code to prompt for a couple of parameter-values at
+ 375873 [ryand-ruby z] print "Account Number: "
| 375876 [abinoam gmai] 1) I don't think you need an Array of Hash. Just a Hash.
| 375896 [RichardDummy] omplex to ask the user 2 simple questions.
+ 375875 [josh.cheek g] I think you are looking for instance_variable_set and instance_variable_get.
| 375898 [RichardDummy] et.
| 375900 [abinoam gmai] Symbol? Even better.
| 376086 [RichardDummy] to
+ 375903 [badlands_200] I like for someone to help me set the ruby up so that I may use it.
  375918 [ryand-ruby z] you can ask the google for help

^ net-ping error says "false" though server can be reached
375881 [athreyavc ya] I am a newbie to Ruby programming.
+ 375899 [brabuhr gmai] It would help us see what's wrong if you included [more] complete
+ 375968 [athreyavc ya] I trying this
| 375969 [brabuhr gmai] Is that host listening on TCP port 7?  If not, try setting
+ 375970 [athreyavc ya] Sorry Again,
+ 375971 [athreyavc ya] irb(main):013:0> Net::Ping::TCP.econnrefused = true

^ 'net/ssh' error /usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.23/lib/net/ssh/transport/session.rb:65:in `i
375882 [athreyavc ya] I am trying to do ssh to multiple servers and get their versions using

^ Re: 'net/ssh' error /usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.23/lib/net/ssh/transport/session.rb:65:i
375883 [athreyavc ya] I am so sorry,
375895 [brabuhr gmai] No need to apologize.  Welcome to the community.  :-)
375901 [athreyavc ya] Yes sir, I did that too.

^ Interactive config shell (config DSL)
375884 [spam.entfern] I want to build an interactive config shell. Maybe somebody knows such
375949 [gabriel.horn] Not sure I understand your approach. If you're looking to make a complex

^ Instiki Link limitations?
375885 [blip blipit.] I'm placing links within my instiki, but long links are not working. for
375890 [blip blipit.] After a little more thought, and a slight shortening of the link, this

^ list of automatic web application testing tools ?
375886 [sathish.sale] What is the list of web application testing tools(like Watir ) in Ruby ?
375888 [steve stevek] - Webrat <http://gitrdoc.com/brynary/webrat/tree/master/> =96 Ruby

^ How to interact with web pages?
375887 [raincolee gm] My teacher assigned a task to me. In short, it is to use a not
+ 375889 [spoon killer] Do some homework before asking others!  Wait, is your homework to write
+ 375902 [josh.cheek g] I'll also add Mechanize, if you don't need JavaScript (

^ simple counting in Ruby
375891 [pbailey bna.] Can someone please tell me how to get a count for the number of files in
+ 375892 [wagner.andre] Hm, that works for me. And so does: Dir["*.pdf"]
+ 375893 [cmdjackryan ] files.class
+ 375907 [abinoam gmai] files.size or file.length in Ruby 1.8.6

^ Re: simple counting in Ruby. Got my answer. Thanks.
375894 [pbailey bna.] I found my answer. Thanks, anyway. It's "puts files.length."
375897 [caius caius.] It'll return an Array, which has #size or #length to return the number =

^ Problems installing the gtk2 gem
375904 [erik.raleniu] I am having some problem installing the gtk2 gem.

^ What is the the best style and theory of writing a complier in your language
375908 [smallpox911 ] What is the the best style and theory of writing a complier in your
375928 [nospam thank] You should take your religion somewhere else.

^ Best way to get 3/2 == 1.5 ?
375909 [mail ssalews] I really like to get "real/float" division results. I know that there
+ 375914 [serialhex gm] # some code for u
| 375916 [mail ssalews] Indeed, now I remember that I have seen this suggestion during my google
+ 375917 [tony.arcieri] For what it's worth, I read something Matz said once along the lines that

^ RCairo: warning: instance variable surface not initialized
375910 [mail ssalews] Seems to work fine, but
376151 [kou cozmixng] Sorry for my late response...

^ [ANN] rdoc-tags 1.0 Released
375911 [drbrain segm] rdoc-tags version 1.0 has been released!

^ Making a C extension
375912 [thebluedrago] I can't seem to get even the simplest C extension taken from
+ 375920 [luislavena g] byinside.com/how-to-create-a-ruby-extension-in-c-in-unde...
+ 375931 [thebluedrago] Windows 7, Ruby 1.9.2.
| 375933 [ammarabuali ] That tutorial is very old and out of date for 1.9.2. If you want to
+ 375956 [thebluedrago] Ok....not sure if this is related to Ruby exactly, but I found something
threads.html
top