Questions tagged [rhodes]

Rhodes is an open source Ruby-based cross-platform development framework designed to create native applications. Developers utilize a standard MVC architecture using Ruby and HTML-templating (ERB), including constructs to interact natively with the device. The framework's write-once:deploy-many approach currently supports building to iOS, BlackBerry, Android, Windows Mobile, Big Windows (XP, 7 and 8) and Windows Phone.

Rhodes is an open source framework with MIT license that allows to build cross-platform native mobile applications using web skills. It's part of the RhoMobile Suite.

Source code of Rhodes are available on the public github repository.

The RhoMobile Suite is an enterprise mobility suite of products distributed by Motorola Solutions to develop, integrate, deploy and manage your enterprise mobile applications.

Components of the RhoMobile Suite are:

  • RhoStudio - IDE based on Eclipse for Windows and OS X
  • Rhodes - Opensource Frameworks with MIT license to build B2C application
  • RhoElements - based on Rhodes, adds functionality like support for Windows Mobile, requires a license to be used without a nag-screen
  • RhoConnect - Integration and synchronization engine - requires a license to be used
  • RhoHub - Cloud service to develop Rhodes/RhoElements apps & hosting RhoConnect
  • RhoGallery - Enterprise Application Management. Simple and Easy to use

Motorola Solutions has built Launchpad, a community site with recorded webinars, documentation, blogs and public forum for all the interested developers. is part of the suite of RhoMobile (now a Motorola company) products used for developing client side mobile applications.

236 questions
0
votes
1 answer

Rhomobile: No params being posted from form

I have a simple form that I want to use to search surnames:
digitalWestie
  • 2,647
  • 6
  • 28
  • 45
0
votes
1 answer

Any alternative to Jquerymobile in rhodes for Windows Mobile?

I'm building one project for Cross Platforms like ios, Android, Windows Mobile using Rhostudio. I'm using jQueryMobile to get a nice look and feel. All the stuffs going well untill, Windows Mobile comes to play. As there is no support for…
user1455842
0
votes
1 answer

How to create iPad application that reuses my JS libraries that are build for web application

So I am a web (Rails) developer, and I would like to create an iPad application for my site. The web application heavily relys on javascript libraries that are built specifically to interact with users in a unique manner. Now I would like to…
wael34218
  • 4,860
  • 8
  • 44
  • 62
0
votes
1 answer

Rhostudio rhosimulator crash on Mac

I am running on Mac Lion 10.7.3 with i5 2.3 GHz and 4GB Ram. Application is running fine with command line rake run:iphone rake run:android but when I am trying to run the same app using RhoSimulator, app getting crashed just after login. I…
Moin Haidar
  • 1,654
  • 1
  • 16
  • 16
0
votes
3 answers

Why is :key.hash != 'key'.hash in Ruby?

I'm learning Ruby right now for the Rhodes mobile application framework and came across this problem: Rhodes' HTTP client parses JSON responses into Ruby data structures, e.g. puts @params # prints {"body"=>{"results"=>[]}} Since the key "body" is…
AndiDog
  • 68,631
  • 21
  • 159
  • 205
0
votes
3 answers

Rhomobile Building for Windows Mobile 6.5

How can I make Rhomobile build in Windows Mobile 6.5? I have the Windows Mobile 6.5 DTK and the emulators show up in the device emulator manager. What do I put in the build.yml of the project: wm: sdk: Windows Mobile 6.5.3 Professional DTK…
amrcus
  • 103
  • 11
0
votes
1 answer

How to access database and create table in Rhomobile framework

I am new to Rhomobile. I am developing application in Rhomobile. Can any one guide me How can view the database and tables in RHOMOBILE and How can create a database and tables. I have seen the RHOMOBILE tutorials. I did't get any clear idea. Pleas…
-1
votes
1 answer

How to use a variable from one method to other in a same class in Ruby?

I am new to Ruby. I have the below code in my controller. Desired Behaviour:- I want to display the validation error string on my views on edit page. So I am putting those errors in a variable. When validation fails then I want to use that variable…
Sufio
  • 3
  • 4
-1
votes
3 answers

asynchttp and rhomobile

How can i display JSON data in a rhomobile application without saving it to a database? thanks
femi
  • 974
  • 2
  • 13
  • 44
-1
votes
1 answer

How to Build for iOS on Windows?

I have built an app on my Windows machine, but obviously cannot use RhoStudio to do a production build for iOS. Is there a simply way of doing this on a Windows PC or do I need a Mac? I am using Rhodes v4.0.0.0 Any help would be greatly…
MattK
  • 1
  • 3
-1
votes
2 answers

RhoMobile: Lock portrait view

I'm developing an application in RhoMobile which requires to display the content only in portrait view. I've tried: disable_screen_rotation = 1 //in rhoconfig.txt and it does not work. I understand the line avobe only works in iPhone and Android,…
Jorge Zuverza
  • 885
  • 8
  • 26
1 2 3
15
16