We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Home (markdown)
Installing 1.8.7/REE on machines with GCC-4.6+ (e.g Fedora and Arch)
add note explaining that the 32 bit on 64 bit example will not work on Linux
Corrected environment variable name for 1.9.3 install, added section on for REE and 1.8.7-p<=302 installs
Added a section on how to install 1.9.3 on OS X 10.7+ with a working OpenSSL implementation; I had to dig around to figure it out and figured the wiki should say something about it.
Added sudo to an example that needs it
Added a note about installing a system-wide ruby
The commands to install compile and install Ruby were missing `make && make install`
The installation of Ruby's configured option is set to --prefix=/path/to/rbenv/versions/1.9.3-p194 so the environment should be set to rbenv global 1.9.3-p194.
adding notes from issue 119 to wiki
Fixed typos.
Added a section on error encountered while building ruby on a VPS
how to uninstall a ruby version
moving Tips to top level of wiki (as it's the only page in the wiki)
Initial Commit