Rhomobile Product Releases

Please make sure to review the Rhodes and RhoConnect pages periodically for information on new features.

Getting New Versions

Rhodes

Choose one of three options, then review the upgrade instructions for the version you downloaded.

Option A: If you already have rhodes as a gem installed, you can simply do:

$ [sudo] gem update rhodes
$ rhodes-setup
$ set-rhodes-sdk (from your application's root folder)

Option B: If you were tracking rhodes by a specific branch, just run:

$ cd rhodes
$ git pull

or

$ git checkout <tag> (if you want the specific released version)

Option C: If you downloaded rhodes from github directly, you can download the new versions here: http://github.com/rhomobile/rhodes/downloads

RhoConnect

Choose one of three options, then review the upgrade instructions for the version you downloaded.

Option A: If you already have RhoConnect as a gem installed, you can simply do:

$ [sudo] gem update rhoconnect

Option B: If you were tracking RhoConnect by a specific branch, just run:

$ cd rhoconnect
$ git pull

or

$ git checkout <tag> (if you want the specific released version)