Download Ruby 1.9 Mac
Pick a software title...to downgrade to the version you love!
Dec 30, 2008. Download ruby1.9.3 packages for Ubuntu. Ubuntu Universe amd64 Official ruby1.9.31.9.3.484-2ubuntu1all.deb: Interpreter of object-oriented scripting language Ruby, version 1.9.3. Download Ruby 2.6.1 for Windows. Fast downloads of the latest free software! Dec 30, 2007.
Ruby Programming Latest Version
Ruby Programming 1.9.3
- Released:
- Add info
- Size:
- 15.13 MB
- Downloads:
- 122
- Rating:
Ruby Programming Popular Version
Ruby 1.9.3 does support 64bits Windows and can be build for it, however there is no official build of it due several reasons. First, we used the same DevKit (GCC compiler toolchain) we used with 1.8.7 and 1.9.2, which proven to be stable. At the time 1.9.3 was released, there was no stable compiler toolchain for 64bits binaries we can rely on. Seamlessly install the Ruby environment on your target machine running a Windows operating system using this simple and straightforward tool What's new in Portable RubyInstaller 2.7.1-1: Update to. With RVM, you can run a test suite, rake tasks, benchmarks and gem commands against multiple ruby versions at the same time. This means that you can easily ensure your applications work in Ruby 1.8.X, REE, MRI 1.9.1, jruby, etc. And quickly expose any areas in which they do not. Gem Management.
Ruby Programming 1.8.6 Build 25
- Released:
- Add info
- Size:
- 22.86 MB
- Downloads:
- 8,279
- Rating:
Select Version of Ruby Programming to Download for FREE!
Software Version | Release Date | Size |
---|---|---|
Ruby Programming 1.6.8 Build 8 | Add info | 7.78 MB |
Ruby Programming 1.7.3 Build 8 | Add info | 7.80 MB |
Ruby Programming 1.8.0 Build 10 | Add info | 8.69 MB |
Ruby Programming 1.8.1 Build 11 | Add info | 9.25 MB |
Ruby Programming 1.8.1 Build 12 | Add info | 9.05 MB |
Ruby Programming 1.8.1 Build 13 | Add info | 9.42 MB |
Ruby Programming 1.8.2 Build 14 | Add info | 12.50 MB |
Ruby Programming 1.8.4 Build 19 | Add info | 24.41 MB |
Ruby Programming 1.8.4 Build 20 | Add info | 27.28 MB |
Ruby Programming 1.8.5 Build 21 | Add info | 26.36 MB |
Ruby Programming 1.8.5 Build 22 | Add info | 22.65 MB |
Ruby Programming 1.8.5 Build 23 | Add info | 22.67 MB |
Ruby Programming 1.8.5 Build 24 | Add info | 22.75 MB |
Ruby Programming 1.8.6 Build 25 | Add info | 22.86 MB |
Ruby Programming 1.9.1 | Add info | 10.76 MB |
Ruby Programming 1.9.2 | Add info | 11.88 MB |
Ruby Programming 1.9.3 | Add info | 15.13 MB |
Do you have software version that is not currently listed?
Upload it now and get rewarded!Need a software version that is not currently listed?
Make a software request now!Ruby Programming Description
Ruby is a reflective, dynamic, object-oriented programming language. It combines syntax inspired by Perl with Smalltalk-like object-oriented features, and also shares some features with Python, Lisp, Dylan and CLU. Ruby is a single-pass interpreted language. Its main implementation is free software.
Other Internet Software
Ruby Programming Comments
Installing Ruby 1.9 on Mac OSX
2008-01-16 12:25:07 +0000
If you have ruby and a mac, no doubt you want to try out 1.9 – but be warned, some things can break! This little tutorial shows you how to install Ruby 1.9 in parallel to your 1.8.x installation… which can be handy…
Especially useful if you are developing an application in Ruby and want to test against 1.8.x and 1.9.
The goal here is to end up with a set of tools that can be 1.8 or 1.9 at will. The way I will do it is that you will end up with “ruby” and “irb” and “rake” and “gem” all pointing to your existing version of Ruby (be that 1.8.6 or 1.8.5 or whatever). Then you will get another set of tools like “ruby-trunk”, “irb-trunk”, “rake-trunk” and “gem-trunk” that will point to the 1.9 versions of these programs.
So, sound good? Great, enough talk, lets get started.
Getting Ruby
You can download Ruby 1.9 from http://www.ruby-lang.org/en/downloads/
Getting Read Line
You will most likely need Read Line 5.2 (Ruby 1.9 needs it), so you can get it from the readline GNU page
Installing ReadLine
Do the following from your home directory:
This will make and install Read Line for you.
But if you are on Leopard, this might not work as planned, so replace the “make” above with:
Thanks to Sean’s webblog for this tip.
Installing Ruby 1.9
Now you need to get Ruby working, you do this by doing the following:
Note the ./configure step? This is important because you are passing in two options, firstly you are telling it to add -trunk to the end of each program it makes (you could put anything you want here basically) and secondly you are telling it where to get ReadLine from on the system.
And that’s it!
To test, just try typing:
Enjoy!
blogLater
Download Ruby 1.9 Mac Emulator
Ruby Mac Apples
Mikel