Subscribe to News and Security announcements
Sign up to TurnKey's low-traffic announcements newsletter to get
important security bulletins and updates on major new releases.
In the works: dozens of new appliances, 64-bit images, a Debian based version of TurnKey and many other cool new features.
Ruby on Rails Appliance
-Web Application Framework
Ruby on Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. Written in Ruby, Rails lets you write beautiful code by favoring convention over configuration. The result is a web framework that allows you to transition from idea to implementation in a very short period of time.
Run from browser:
Stable version: 11.3 (changelog)
This appliance includes all the standard features in TurnKey Core, and on top of that:
- SSL support out of the box
- Webmin modules for configuring Apache2, and MySQL.
- Uses Ruby Enterprise for improved performance and memory utilization
-
Ruby on Rails configuration
- Deployment via Phusion Passenger for Apache (mod_rails)
- Preconfigured example Rails application located at /var/www/railsapp
- MySQL databases setup for production, development and testing.
-
RubyGems package manager installed from upstream tarball
- APT and RubyGems are both package management systems and may potentially conflict.
- We recommend using RubyGems for managing Rails components (called gems), and APT for everything else.
- Essential build packages (build-essentials) are included to aid in building gems.
Upgrading RubyGems itself and Rails components (gems):
gem update --system gem update
See the Ruby on Rails docs for further details.
Credentials (passwords set at first boot)
- Webmin, SSH, and MySQL: username root


