Warning Older Docs! - You are viewing documentation for a previous released version of RhoMobile Suite.

Supported Platforms

Support Matrix

OS Distribution Ruby 1.8.7 Ruby 1.9.3 JRuby Environment
Linux CentOS / RHEL 5.x & 6.x,
Ubuntu 12.x
ruby-1.8.7-p371 ruby-1.9.3-p392 TBD Development &
Production
Mac OS Mac OS X 10.7/10.8 ruby-1.8.7-p371 ruby-1.9.3-p392 TBD Development
Windows Windows 7 ruby-1.8.7-p371 ruby-1.9.3-p374 TBD Development

Other Ruby versions and releases might work with RhoConnect gem, but there are no guarantees.

Release Notes

RhoConnect for Windows is supported only in development environments. The components you should have for this environment are:

  • Ruby 1.9.3
  • Redis 2.6.x
  • Latest RhoConnect and Rhodes gems
  • Eclipse 3.6 with latest RhoStudio plugin, or RhoStudio for Windows 32-bit
  • Make 3.81
  • DevKit for Windows (or other Windows development environment)

RhoConnect for Linux and Mac OS X is supported for both development and production environments. The components you should have for this environment are:

  • Ruby 1.9.3
  • Nginx HTTP server (1.3.x)
  • Redis data store (2.6.x)
  • Thin application server
  • RhoConnect gem with all required dependencies

Known Issues

  • If you deploy your RhoConnect application deploy on Heroku, then use new Cedar stack. The Bamboo stack is older than the widespread adoption of bundler, so on Bamboo your application is not invoked in the context of your bundle and might not works properly.
Back to Top