368697-369742

368484-369033 subjects 368908-372713

^ how to get the table?
368697 [myocean135 y] please input in firefox,you can get the attachmeng
+ 368715 [myocean135 y] is there ruby edgar api to use?
+ 368720 [b.candler po] Have a look at the 'mechanize' and 'nokogiri' gems, if you want to

^ [ANN] Money 3.1.0.pre3
368719 [shane.emmons] Money 3.1.0.pre3 released

^ Background colors? Re: the great ruby editor and ide roundup
368723 [markus fisch] I've added format rules to change background color based on content of
368762 [martindemell] Nice :) Didn't know google docs could do format rules.

^ Can't convert string to integer
368731 [dennismonsew] I am a newbie to Ruby so I apologize for my ignorance.
+ 368732 [peterhickman] So how about looking at what json['member_id'] contains?
+ 368733 [jgabrielygal] Can you show us what resp.body is?
+ 368734 [steve stevek] json = JSON.parse(resp.body)
  368735 [dennismonsew] I actually figured out my problem!
  368736 [dennismonsew] Thanks for all of the help guys!

^ Ok, so no $KCODE --a chance to learn a little about Encodings
368738 [transfire gm] if $KCODE =~ /^U/i
368743 [transfire gm] if str2.encoding !=3D str1.encoding

^ net ldap problem?
368739 [don.piotr ya] I have server with Active Directory.
368741 [Joseph.Savar] Is u2 getting set?
368768 [don.piotr ya] I didn't see that i can convert ut[:logonhours]

^ Ruby / Rails Training
368742 [ironmanusa h] I am not sure if anything like this exists so thought I would ask
+ 368744 [joelvanderwe] Don't know much else about it than that, though.
+ 368746 [ryand-ruby z] we were... it didn't stop in favor of objc, it stopped because we were =
| 368748 [ironmanusa h] First off I haven't seen the syllabus but I am guessing you have
| 368760 [ryand-ruby z] you DO know that we meet every week at vivace on capitol hill... right?
| 368761 [ironmanusa h] I do but just not the sort of thing I am looking for at this point.
+ 368747 [ben bleythin] It didn't stop in favor of anything. It's on a one-year hiatus for a

^ Mongoid dependency problems
368745 [jschuur jsch] I'm new to Ruby and struggling to understand some dependency problems

^ Ed Lambda: Functional programming meetup in Edinburgh
368750 [oliver.saund] I'm running a meetup for functional programming in Edinburgh. The

^ Local Area Play
368751 [andre_olsson] I'm working on a school project and creating a game. It will not be
368753 [brabuhr gmai] Proof-of-concept on how to setup a shared screen client-server game with Go=
368756 [andre_olsson] Thanks alot, that really helped me.

^ Ruby DBI
368752 [djp1 ymail.c] I've always been interested in Ruby and I'm finally starting to get my
+ 368755 [djp1 ymail.c] I have installed the correct module now, and this is the error I am
+ 368767 [transfire gm] ects/ruby-dbiand I ran the three commands to
  368773 [b.candler po] 1. use the ruby mysql API directly, as described in those tutorials

^ Ruby constant lookup for classes in modules
368754 [jack jackchr] What's the difference between defining a class inside of a module and
368783 [peter.c.r.la] module Foo

^ how to use proxy?
368757 [myocean135 y] require 'rubygems'

^ KIlling a process inside a thread
368758 [ralphs dos32] I have
368772 [shortcutter ] k tick.

^ Moderation of Mialing List
368759 [transfire gm] Up until yesterday I have been moderating all messages by first time
368766 [transfire gm] Sorry. I accidentally sent this to the wrong mailing list. It was

^ certificate verify failed
368763 [s_crajesh ya] Am using a X509 PEM certificate with the key for integrating a payment
+ 368775 [b.candler po] * the server verifying your client certificate
+ 368776 [b.candler po] openssl s_client -CApath /path/to/cacert.pem -connect foo.bar:443
  368797 [s_crajesh ya] Thanx Brian for your points..
  368801 [b.candler po] You need to look at the certificate of the *other side* that you are
  368816 [s_crajesh ya] Again thanx a ton Brian..
  368820 [b.candler po] dir /s perhaps?
  368829 [s_crajesh ya] Thanx a lot Brian for all your help..

^ [ANN] hoe 2.6.2 Released
368764 [ryand-ruby z] hoe version 2.6.2 has been released!

^ [ANN] hoe 2.6.2 Released
368765 [ryand-ruby z] hoe version 2.6.2 has been released!

^ why no assert_not?
368769 [martindemell] its argument is either false or nil.
+ 368778 [b.candler po] Hmm, I would have thought "assert not ..." would work, but there is
| 368803 [martindemell] Yeah, but this one seems universal enough that it ought to be there by defa=
+ 368779 [ryand-ruby z] this is why minitest has refute, which means it is available in ruby =
| 368815 [rick.denatal] FWIW
| + 368837 [phlip2005 gm] deny{} all the way.
| + 368838 [ryand-ruby z] blah blah blah... I've been through all of this before and in public no =
+ 368841 [djberg96 gma] test-unit 2.x has assert_false and assert_nil if that's any help.
  368845 [ryand-ruby z] uhhh... you're fired?
  368847 [djberg96 gma] Hah, that's what I get for not actually trying my own code out first.
  368880 [dblack rubyp] !object would be equivalent there, and faster (about 1/3 the time for a

^ [ANN] ZenTest 4.4.0 Released
368771 [ryand-ruby z] ZenTest version 4.4.0 has been released!

^ [ANN] minitest 1.7.1 Released
368774 [ryand-ruby z] minitest version 1.7.1 has been released!

^ Array#=== as set equality
368777 [transfire gm] It looks like Array#== and Array#=== are the same. Is that correct?
+ 368806 [robert.dober] ect?
| 368822 [joelvanderwe] Is an asterisk too much typing?
| 368824 [eregontp gma] That is rather cool, I did not know splat was working better than
| 368825 [joelvanderwe] Btw, it works in rescue as well.
+ 368814 [cmdicely gma] ect?
+ 368817 [fred lacave.] => true

^ rsa sign and verify with openssl on windows
368784 [jarmo.p gmai] I've spent quite amount of time now to find out why can't i verify at
368788 [b.candler po] I suggest you generate a new throw-away private key, then you can post
368792 [b.candler po] Here are some tests on ubuntu Lucid with ruby 1.8.7
368798 [jarmo.p gmai] Thank you for these great answers, Brian!
+ 368802 [b.candler po] Excellent news :-)
+ 368808 [huard.elise ] I agree that Ruby openssl's documentation is abysmal.
+ 368810 [b.candler po] You can also pass a string for the digest type (at least in 1.8.7p249)
  368811 [jarmo.p gmai] Not in 1.8.6p398.

^ a rubykaigi summary to spare?
368786 [diego.viraso] I read today that rubykaigi is over and some (all?) of the videos
368869 [shintaro.kak] I'm from RubyKaigi Team.

^ Syntax highlighting in IRB
368789 [kachaleedmon] I would like to know if there is a way of changing colors for IRB
368791 [thethirdswit] IIRC Utility Belt may have what you're looking for...
368793 [kachaleedmon] Thanks Bob for your reply, but I have ever tried Utility Belt. It's a

^ Ruby 1.8.6 : 0.5 == 5.0 ???
368796 [thomas.seves] I have a strange problem on one of my servers.
+ 368799 [peterhickman] This seems to work for me for my version and os etc.
+ 368800 [phasis gmail] This is a gcc version issue with gcc 4.4.1.
| 368805 [thomas.seves] This is it!
+ 368804 [wyhaines gma] GCC. The version of GCC that you built with does fun and entertaining

^ Registration for S3 - A Workshop on Self-Sustaining Systems
368807 [cfbolz gmx.d] Registration for S3 - A Workshop on Self-Sustaining Systems is now open.

^ Re: rAtom and Atom::Generation
368809 [tmanamos hot] I had this same problem.  After some playing around (since the rAtom

^ Re: Welcome to our (ruby-talk ML)         You are added automatically
368813 [matt_lambert] I did not expect the volume of emails on this mailing list.  I was thinking=

^ hash problem
368818 [antonioferna] I'm sure that there is somewhere an explanation on how this works but I
+ 368819 [peterhickman] Firstly hash notation is {"name" => "Admiral Ackbar"} and not
| + 368823 [senyii hotma] hash =3D {}
| + 368879 [fred lacave.] C'mon, where's the fun in that ?  :)
+ 368832 [b.candler po] Why a hash? If it only contains names, then why not

^ ANN: Sequel 3.15.0 Released
368821 [code jeremye] Sequel is a lightweight database access toolkit for Ruby.

^ ANN: home_run 0.9.1 Released
368826 [code jeremye] = home_run
+ 369427 [headius head] We are very appreciative of the extra effort to make sure home_run
+ 369439 [rogerpack200] So is this faster/equal to http://third-base.rubyforge.org and
| 369441 [code jeremye] It's faster than both.
| 369442 [rogerpack200] Sounds good.  Now if we can just figure out a way to make it fully
| 369444 [code jeremye] I don't think it's possible to make it fully backward compatible without
| + 369445 [matz ruby-la] You are added manually.
| + 369446 [rogerpack200] So there's no way of "falling back" to slow operation only when somebody
|   369448 [code jeremye] I suppose it's possible, but it would greatly increase the complexity.
|   369461 [transfire gm] on
|   369486 [ymendel pobo] I'm definitely not one to say that some core classes couldn't use a
|   369542 [transfire gm] Wouldn't it be as good a resources as any? I'm sure the timely lib is
+ 369737 [jontyjont bt] Thanks for this !
  369742 [code jeremye] I suppose if you want a work around, you could copy

^ Help Needed
368827 [tridib04 gma] I am pursuing my Masters in Computer Science and I have to do my Masters
368828 [sophrinix gm] statements, just surprised at the ambiguous wording from a "computer
368830 [sophrinix gm] You could literally do.
368831 [tridib04 gma] Thank You for Your reply....
+ 368833 [b.candler po] Learn to program in C ?
| 368834 [tridib04 gma] I know C programming...But I need the Ruby Compiler to work with...So I
| 368848 [b.candler po] I don't want to be disparaging, but you clearly don't know C
| 368849 [b.candler po] ... but actually, it would be a pretty good way to learn your way around
| 368853 [tridib04 gma] @Brian Candler
+ 368839 [sophrinix gm] I am curious as to how you plan to do this.
  + 368840 [sophrinix gm] premise and methods for a masters thesis is... different.
  + 368852 [tridib04 gma] @Andrew Mcelroy

^ Cucumber - HTTP Auth problem
368835 [camille.vall] Hey guys,

^ mailread.rb missing/deprec in 1.9 ?
368836 [sentinel1879] I am unable to find mailread.rb (for reading mboxes) in 1.9 either in my
369014 [rogerdpack2 ] You could check the commit logs to see when/if it was removed.

^ Dynamic Monkey patching of getter / setter methods?
368842 [jan stephan.] I'm playing around with dynamic monkey-patching of methods. However, I
368844 [b.candler po] send(:foo=, *args, &block)
368850 [jan stephan.] thanks - missed that one ;-)

^ Player Camera
368843 [andre_olsson] Im pretty new. Im creating a 2d racing game and want to make the camera
368857 [rogerpack200] And your question is, exactly?
368858 [andre_olsson] My question is how should i do to make my player in the center of the
368860 [rogerpack200] what framework are you using, or is this all hypothetical?
368861 [andre_olsson] Im using Gosu
368862 [rogerpack200] Posted via http://www.ruby-forum.com/.

^ Determine if point is within bounding box
368846 [djberg96 gma] Using georuby, how would you determine if a given point is within a
368866 [phrogz mac.c] I've never used GeoRuby, but looking at the implementation of

^ How can spawning subprocesses affect buffering?
368851 [marcin media] I am writing a system, where there are a few small, slave ruby scripts
368964 [marcin media] That was a bug in ruby-dbus, resolution is here

^ [ANN] RubyInline 3.8.5 Released
368854 [ryand-ruby z] RubyInline version 3.8.5 has been released!

^ [ANN] ParseTree 3.0.6 Released
368855 [ryand-ruby z] ParseTree version 3.0.6 has been released!

^ [ANN] ruby_parser 2.0.5 Released
368856 [ryand-ruby z] ruby_parser version 2.0.5 has been released!

^ [ANN] ruby2ruby 1.2.5 Released
368859 [ryand-ruby z] ruby2ruby version 1.2.5 has been released!

^ Re: All Gems Down?
368863 [rogerpack200] Good news.  Looks like rdoc.info finally decided to do all gems.

^ how to break  china gfw with ruby?
368864 [myocean135 y] in chian many webs  are banned  ,such as titter,google code ,google
368865 [sophrinix gm] You might be better off getting a server/hosting in a different country and

^ load path
368867 [iainspeed gm] I've discovered that the load path is different if I run sudo, =
+ 368877 [b.candler po] sudo clears the environment. When you type
+ 368878 [ryand-ruby z] specifically it doesn't pick up the value in GEM_HOME, even though `sudo =
  368935 [iainspeed gm] Thanks for the responses.
  + 368938 [ryand-ruby z] 502 % grep -A1 ryand /etc/sudoers
  | 368980 [iainspeed gm] I shudder less at this
  | 369024 [ryand-ruby z] Here is what my /etc/sudoers has. It has only the one documented =
  | 369493 [iainspeed gm] Finally got back to this, and for whatever reason, it just works now, so =
  + 368955 [b.candler po] At the top of your app you could do
    368983 [iainspeed gm] Is there a way I can get this to run every time anything goes through =
    369029 [b.candler po] Well, there's

^ Handling .dll file using ruby in windows XP
368868 [chandu.ch29 ] I am new to Ruby. I want to use a dll with RUBY to change/modify the
368909 [luislavena g] While you can alter the contents of a binary file (DLL), I presume is

^ Unescaping hex encoded characters in string?
368870 [aake.gregert] If I have a string like "Don\x{2019}t Let Me Fall"
368876 [shortcutter ] In Ruby 1.9.* something along the lines of
368930 [aake.gregert] et/articles/miscellaneous_m17n_details

^ [ANN] flog 2.5.0 Released
368871 [ryand-ruby z] flog version 2.5.0 has been released!

^ [ANN] flay 1.4.1 Released
368872 [ryand-ruby z] flay version 1.4.1 has been released!

^ [ANN] rake-remote_task 2.0.2 Released
368873 [ryand-ruby z] rake-remote_task version 2.0.2 has been released!

^ [ANN] event_hook 1.0.2 Released
368874 [ryand-ruby z] event_hook version 1.0.2 has been released!

^ [ANN] zenprofile 1.3.0 Released
368875 [ryand-ruby z] zenprofile version 1.3.0 has been released!

^ [ANN/ADV] Tickets still available for The Compleat Rubyist, Oct. 1-2
368881 [dblack rubyp] Tickets are still available (and are even still at the early-bird price,

^ some syntax suggestions
368882 [brian.xue ho] Is there any plan to remove the enforcing, that declare class names with capital letter as frist, and that variable names start with lower case letters? these enforing may conflicts with a person or company's naming conventions.
+ 368884 [dblack rubyp] It's not class names specifically that start with capital letters, but
+ 368885 [peterhickman] capital letter as frist, and that variable names start with lower case lett=
| 368939 [ryand-ruby z] for you.
+ 368886 [shortcutter ] capital letter as frist, and that variable names start with lower case lett=
  368889 [brian.xue ho] Thank you very much, David and Robert.
  368892 [peterhickman] Hang on! Both Perl and C use { and } for almost everything. If you

^ I GOT $5000 FROM PAYPAL BY SIMPLE HACK.
368883 [magguru.chin] I GOT $5000 FROM PAYPAL BY SIMPLE HACK At  http://happyandeasy.co.cc

^ Re: Running consecutive DOS commands in Ruby
368887 [srinidhi158 ] I have a situation where  i have to invoke command line tools like
+ 368888 [shortcutter ] What version of DOS are we talking about?  Do current versions of Ruby
+ 368901 [ninja slapha] Would net-ssh work?

^ New to ruby - Need help with simple guessing program
368890 [rileyc.evan ] Ok,so as a little practice I've decided to come up with a Guessing Game
+ 368891 [b.candler po] tries = 0
+ 368893 [jgabrielygal] As you are always using players_number as an integer to, I suggest
| 368898 [brabuhr gmai] Or, simply: players_number =3D gets.to_i
+ 368896 [Joseph.Savar] Evan,
+ 368905 [pmckibbin gm] As others have said, you could have a single control loop, and run
  369245 [rileyc.evan ] Thank you all for the tips, I'm loving ruby more every minute.

^ uninitialized constant NArray (Name Error)
368894 [abder.rahman] require 'narray'
+ 368897 [b.candler po] (1) Don't call your own script 'narray.rb', because then Ruby will think
| 368900 [abder.rahman] Thanks Brian.
| 368906 [b.candler po] If you're running ruby 1.8.x, you'll need
| 368910 [abder.rahman] @Brian. Thanks a lot. You are correct.
| 368911 [abder.rahman] p nary1
+ 368899 [Joseph.Savar] Looks like you need to install the library
  368902 [abder.rahman] Thanks Savard. That solved the issue.
  + 368903 [abder.rahman] @Savard. This works if working through irb.
  | 369019 [Joseph.Savar] Again, I think Brian explained this and quite accurately.
  | 369129 [abder.rahman] Thanks @Savard.
  + 369020 [Joseph.Savar] Ali,

^ Re: Want to use Ruby/GTK2 + rcairo on Windows
368895 [satoshi rin-] At last, I could compile ruby-gtk2 package and rcairo from source code with ruby 1.9.2 on Windows 7 laptop.

^ selecting a variable number of individual items
368904 [pizzazjoe ya] I have a select field where I want to select a variable number of
368907 [colinb2r goo] I'm a bit hesitant to suggest this because you've been studying Ruby a long
368916 [pizzazjoe ya] you're assuming that I've gotten good at it. It's still confusing to me
368926 [colinb2r goo] Well, there is a difference between not knowing what you want to do, and
threads.html
top