Download Ruby 1.9 Mac

Mojave

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:
Tested: Free from spyware, adware and viruses

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:
Tested: Free from spyware, adware and viruses

Select Version of Ruby Programming to Download for FREE!

Software VersionRelease DateSize
Ruby Programming 1.6.8 Build 8Add info7.78 MB
Ruby Programming 1.7.3 Build 8Add info7.80 MB
Ruby Programming 1.8.0 Build 10Add info8.69 MB
Ruby Programming 1.8.1 Build 11Add info9.25 MB
Ruby Programming 1.8.1 Build 12Add info9.05 MB
Ruby Programming 1.8.1 Build 13Add info9.42 MB
Ruby Programming 1.8.2 Build 14Add info12.50 MB
Ruby Programming 1.8.4 Build 19Add info24.41 MB
Ruby Programming 1.8.4 Build 20Add info27.28 MB
Ruby Programming 1.8.5 Build 21Add info26.36 MB
Ruby Programming 1.8.5 Build 22Add info22.65 MB
Ruby Programming 1.8.5 Build 23Add info22.67 MB
Ruby Programming 1.8.5 Build 24Add info22.75 MB
Ruby Programming 1.8.6 Build 25Add info22.86 MB
Ruby Programming 1.9.1Add info10.76 MB
Ruby Programming 1.9.2Add info11.88 MB
Ruby Programming 1.9.3Add info15.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

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus

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:

Download

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