irb misbehaviour with arrow keys on Windows9190 (11/7/2010 11:40:24 AM) comp.lang.ruby Hi there,
It seems that irb has problems with the arrow keys on Windows. Steps to
reproduce:
1. Start up CMD.
2. Type "irb" and press return
3. Type "abc" and *do not* press return
4. Press the right ... Marvin
ruby-forum.com attachments don't show up in mails anymore425 (10/17/2010 10:39:10 AM) comp.lang.ruby -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I just noticed that attachments made to posts on ruby-forum.com don't get send by mail anymore. Some time ago, there was a statement like "Attachments: fo... Quintus
Simulating a TTY?5120 (8/25/2010 3:50:38 PM) comp.lang.ruby -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I'm trying to write something like a terminal emulator for use inside a
wxRuby GUI as a debugging console in the current context or just as a
pos... Quintus
RUBY_VERSION_* macros in C?2139 (7/9/2010 2:39:29 PM) comp.lang.ruby Hi there,
I'm trying to create a C extension that compiles for both Ruby 1.8 and
1.9. As far as I know, there should be the macros RUBY_VERSION_MAJOR,
RUBY_VERSION_MINOR and RUBY_VERSION_TINY to check with... utf
Documentation conventions324 (2/8/2010 7:01:00 PM) comp.lang.ruby Hi there, I've been searching the web for some time now, but I can't find any reasonable conventions on how to write Ruby documentations. There are some pages out there describing what's the best way to write R... utf
ffi: How to use wchar_t strings?3149 (1/18/2010 5:06:17 PM) comp.lang.ruby Hello,
I'm trying to use the ffi gem to work with some WinAPI functions. Till
now, I've used the win32-api gem which worked quite well, but I'd like
to try out something new (and maybe easier ;-) ). So, he... utf
[ANN] au3 0.1.1 released2236 (12/28/2009 12:12:16 PM) comp.lang.ruby au3 0.1.1 has been released. au3 is a library that allows you to automate and simulate (fake) user input to a Windows system by using the DLL interface of AutoIt behind the scenes. Abilities include: * Cursor m... utf
Wrong statement in Ruby 1.9 keyword doc on ruby-doc.org028 (10/22/2009 10:02:11 PM) comp.lang.ruby Hello, I've found there's a mistake in the keyword documentation for Ruby 1.9 on ruby-doc.org. For "return" one code example is: def three return 3 ensure puts "Enjoy the 3!" end a = 3 # E... utf
[ANN] au3-0.1.0 released031 (10/10/2009 10:02:14 AM) comp.lang.ruby Hello Rubyists, A new version of the au3 gem, which is part of the Automations project[1], has been released. It's no longer a C extension, but Ruby-only, thanks to the win32-api gem from the win32utils[2] pro... utf
Incorrect paths generated in Windows323 (5/11/2011 7:56:22 AM) comp.lang.ruby Hello, I'm currently busy compiling several gems from source on my Windows platform. Yes, you've read that right, W-I-N-D-O-W-S platform :) Most of the gems and ruby code is compiling without issues, but some... arne.de.herdt(4)
Find Ruby /bin/ location336 (5/13/2011 9:37:30 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Today's my last day at work, and my boss wants me to move a Ruby library I wrote to her Windows computer. I want to create an install scrip... developer6940(19)
Method that mutates object2242 (5/25/2011 7:22:46 PM) comp.lang.ruby Say we want to write a String method called clear that takes a given string and modifies that string to be equal to "". Ex. str = "string" we call str.clear and we get back "", not just "" printed to the scr... solomon.jas(12)
What editor or IDE do you use?2735 (5/31/2011 10:33:35 PM) comp.lang.ruby I'm pretty new to Ruby. What editor or IDE do you use? I usually use VIM for a lot of my coding. Rubymine looks pretty cool. ... skrabbit(1)
Beginner to Ruby240 (12/3/2011 4:31:19 PM) comp.lang.ruby Hi, I am trying to learn to program using Ruby and I have downloaded the Ruby 1.93 installer. My first code is here: http://codepad.org/KlBucAPF but, this doesn't seem to work when I put it in Interactive Ruby... abhi13(1)
parse values from a string1039 (12/23/2011 9:46:37 PM) comp.lang.ruby Wondering if someone can help me with this I have a string athlete_1_birthdate athlete_1_nickname athlete_1_first_name what I need to produce is athlete birthdate athlete nickname athlete first_name ... gerbdla(7)
rdoc files: how to read them?279 (3/15/2012 4:45:25 PM) comp.lang.ruby I saw a book on The Pragmatic Boookshelf that I thought I might wand to buy= , but I saw no way to see a sample of its content a la Amazon. I downloaded its code and saw some .rdoc files. I could view them as... RichardDummyMailbox58407(349)
[ANN] gem-exefy 1.0.0 Released161 (6/25/2012 7:28:06 AM) comp.lang.ruby
In cooperation with the rest of the RubyInstaller team I'm pleased to
announce the release of the first version ofgem-exefy gem.
gem-exefy version 1.0.0 has been released!
* GitHub repository:
GemE... bosko.ivanisevic(30)