Hi,
I've got RhoStudio 5 installed on my own machine (works on windows and macs), but I want to run a RhoConnect server on rhomobile.com and my problem is that it only seems to have the rhoconnect 4.0.0 gem - if i specifiy 5.0.0 or 5.0.2 for example it just fails to build. This is true for my own server, as well as if I just build one with the RhoStudio out-of-the-box wizard.
If I run my rhoconnect apps/server on my own machines it works no problem; its just on rhomobile.com where the rhoconnect 5.0.0 gem appears to be missing....
Any solutions? Has anyone else experienced this problem?
Andrew Haigh
1 Replies
RhoConnect 5.0.0 has not released on RubyGem.org yet.
You can get it from here: https://s3.amazonaws.com/rhoconnect/packages/gem/rhoconnect-5.0.0.gem
After gem installed and deps updated, you need to package your app:
bundle package
git add vendor/
git commit ...
git push ...
All these steps are done in terminal.