ROROX(Ruby On Rails On XAMPP)はRuby、Railsと依存物、その他のgems(既存のXAMPPインストールのためのApache SCGIモジュール、rails_scgi)を提供するパッケージです。Linux用のLocomotiveやInstant Rails風の「ワンクリック」インストーラに近づけることを目指します。
This version was built against XAMPP 1.5.1.
mod_scgi was upgraded to 1.10. Rails was upgraded
to 1.1.2 (plus latest dependencies). tcltklib
support was taken out of the Ruby compilation.
Rake was upgraded to 0.7.1. The apply_scgi.sh
script was fixed. The diff scripts were rewritten.
Ruby bindings for SQLite, PostgreSQL, and Tidy
were added. Builder was added. Switchtower was
swapped out and replaced with Capistrano. net-ssh
was upgraded to 1.0.9, and cmdparse was upgraded
to 2.0.1.
An upgrade to Ruby 1.8.4 was made. SCGI support was added with mod_scgi, rails_scgi, cmdparse, and highline. FastCGI support was removed. An apply_scgi.sh script was added for setting up an SCGI process for a Rails application along with some instructions in the README. The emaildir demo application was modified to use SCGI. Ruby MySQL bindings were included. rake was upgraded to version 0.7.0. The compilation script now uses less CPU.