Phusion™, The Computer Science Company | Chamber of Commerce no 08173483 (Apeldoorn, The Netherlands) | info@phusion.nl

Source code Git repository

Ruby Enterprise Edition’s source code is stored in a Git repository, hosted by GitHub. The repository URL is:
git://github.com/FooBarWidget/rubyenterpriseedition.git

You can also view the repository with the web browser.

The following branches exist:

  • master – Phusion-specific work (i.e. the copy-on-write-friendly garbage collector) is stored here. The work here can be directly contributed back to upstream Ruby.
  • vendor_patched – Derived from master, with some non-Phusion patches applied. For example, prereleased/backported Ruby security patches are applied to this branch.
  • release – This branch includes an installer. The master and vendor_patched branches are pulled into this branch from time to time. The files you find on the download page originate from this branch.

Ruby Git mirror

We also provide a Git mirror of the (official) Ruby Subversion repository:
git://git.phusion.nl/ruby.git
This mirror is updated 3 times a day. It has the following branches:
  • master – Mirrors the trunk (Ruby 1.9).
  • version_1_8_6 – Mirrors the Ruby 1.8.6 branch.
  • version_1_8_6_114 – Ruby 1.8.6, patchlevel 114.
  • version_1_8_6_230 – Ruby 1.8.6, patchlevel 230.
  • version_1_8_6_286 – Ruby 1.8.6, patchlevel 286.
  • version_1_8_7 – Mirrors the Ruby 1.8.7 branch.

Issue tracker

Please submit bug reports, patches and other issues to our issue tracker.

If you’ve submitted a patch, please notify us on our discussion board.