background preloader

Ruby

Facebook Twitter

Ruby-Doc.org: Documenting the Ruby Language. Ruby Programming Language. Ruby on Rails. Ruby Installer for Windows: Project Filelist. Below is a list of all files of the project.

Ruby Installer for Windows: Project Filelist

Before downloading, you may want to read Release Notes and ChangeLog (accessible by clicking on release version). Size Arch Type 1. Ruby-1.8.7-p370-doc-chm.7z Other. CodeKata. Learn Ruby with the EdgeCase Ruby Koans. The Koans walk you along the path to enlightenment in order to learn Ruby.

Learn Ruby with the EdgeCase Ruby Koans

The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture. Testing is not just something we pay lip service to, but something we live. It is essential in your quest to learn and do great things in the language. The Structure The koans are broken out into areas by file, hashes are covered in about_hashes.rb, modules are introduced in about_modules.rb, etc. Each koan builds up your knowledge of Ruby and builds upon itself. Some koans simply need to have the correct answer substituted for an incorrect one. Installing Ruby These instructions are for Windows. You must have a version of Ruby installed in order to run the Koans. So, follow this link and download any of the 1.8 packages: Download it and double click the installer.

Now open a command prompt and type "ruby -v" if you get a response and no error, then you've done it! What Editors Can I Use?