Tagged Questions

RhoMobile is a piece of software that can be used to create cross-platform, native, mobile applications.

learn more… | top users | synonyms

7
votes
4answers
990 views

Has Anyone Used the rhomobile Framework?

I have a client asking about the rhomobile framework. I have been researching it a bit and wanted to see what the community at large thought about the framework and what, (if any), problems you came ...
3
votes
1answer
374 views

How to send c2dm message from rails app

EDIT 3 I use RhoMobile to get device_token, which I am getting to server def register_device @person = Person.find(:first) unless System.get_property('is_emulator') url = ...
3
votes
0answers
114 views

How would I test controllers in Rhomobile in a BDD style?

I am using the Rhomobile framework to develop an application that is supposed to run on different mobile phones. The tutorial mentions how to write tests for the example model: Person. In fact, the ...
2
votes
1answer
92 views

Ruby base64 to C# base64

I'm writing a Ruby/Rhomobile application that takes an image, encodes it in base64 and sends to the server(that is running C# on ASP.NET), as part of a bigger XML. However, once I try to decode the ...
2
votes
1answer
69 views

Java and Spring back-end with Ruby (RhoMobile) front-end security

I am currently building a mobile application using RhoMobile. The application will simply be calling a bunch of REST web services. The back-end REST services are written in Java + Spring. I was ...
2
votes
2answers
603 views

Are Rhomobile and Appcelerator direct competitors?

Trying to get a feel for Rhomobile vis a vis Appcelerator - thoughts on whether or not they are direct competitors? Many thanks, Wes
2
votes
3answers
269 views

rhosync not starting!

I installed rhodes as per the tutorial on the website and i also installed rhosync Now when i try to start rhosync then i get error [12:06:07 PM 2011-02-23] Rhosync Server v2.1.1 started... ...
2
votes
1answer
317 views

Facebook in ruby, not rails!

I'm making a Cross-platform mobile app, with the fantastic framework "Rhodes". But how am i getting people to connect through facebook..? So what i wan't is, people should connect to facebook first ...
1
vote
1answer
94 views

'Error Loading Page' when testing RhoMobile application on a phone - using jQuery Mobile

I'm developing a mobile app using the Rhomobile framework/Rhodes - a combination of Ruby and JqueryMobile. When I build and test my application on my desktop on the emulator, clicking on a link ...
1
vote
2answers
117 views

RhoMobile framework worth looking at?

I have been looking framworks for developing mobile apps and i have been told to work on rhomobile framework but i did google and i found very limited resources and tutorial... my apps are bit ...
1
vote
1answer
69 views

Alert ok button event - Ruby

I am creating a Rhodes cross platform application. Somewhere in my application I am displaying an Alert with a default OK button. This is my code : Alert.show_popup "Payment successful. Your ...
1
vote
1answer
43 views

Rhomobile reload a previously loaded module

I have different definitions of a module in 3 different files and I want to load them dynamically depending on user interaction. Using Kernel.load() method only works successfully for me the first ...
1
vote
1answer
244 views

View flickers on Android

I am developing an android application using Rhodes. The transition between view works perfect on iPhone, but on android it flickers. Please help
1
vote
0answers
55 views

Rails - Mongrel Time out on file upload from phone

I have a mobile app built using Rhomobile. When I launch an image upload from the phone to the rails server I end up with timeout issues on larger pictures (2+ MBs). I get an error in Mongrel on ...
1
vote
1answer
135 views

Rhomobile back function

I'm having a problem getting the back button function to work in Rhomobile. I've tried various methods of url_for(:index, :back => ....) etc etc and nothing seems to work. The problem with this ...
1
vote
1answer
88 views

Jquery Ajax call not working in Rhodes

In my application i am using simple Jquery Ajax call, but it is not working. Here is my code try{ $.ajax({ type: "GET", url: ...
1
vote
1answer
146 views

Setting up Rhodes environment with Ruby on Rails already installed

I am learning and have already set up a Ruby on Rails environment based on Hartl's book. I would also like to set up a Rhodes environment for mobile app development. How would I set up Rhodes after ...
1
vote
2answers
257 views

jquery mobile flashes previous page after transition

Have page have list with link to show item. when I click back to list item from show page, it goes back to list, flashes show page and comes back to list. <div data-role="content"> <ul ...
1
vote
1answer
147 views

rhomobile prepopulated DB and reset

Hi I am prepopulating the db as said here http://docs.rhomobile.com/faq#how-to-pre-populate-client-database but I have a problem, that when I make reset DB with default code def do_reset ...
1
vote
1answer
207 views

rhodes without rhosync

I am new in rhodes world. I want my rhodes app to talk directly with web server i.e I dont want to use Rhosync. How can I achieve this? Also I have seen about Rho AsyncHttp, is it the same I do ...
1
vote
0answers
157 views

Pure ruby implementation of YAML or step by step instructions for setting up native YAML extension in Rhomobile

Is there any pure ruby implementation of YAML? I need to do following (in Rhomobile): YAML.load( hash_string.to_yaml ) where the hash_string is a string representation of a hash. I can use neither ...
1
vote
4answers
1k views

Can anyone suggest me good links or tutorial for rhomobile?

I want to learn rhomobile to make cross platform mobile applications.. Can anyone provide me good links and tutorials to start up with rhomobile ?? What dependencies i need to install to work with ...
1
vote
4answers
134 views

What developer conferences/code camps would one go for mobile development?

I maintain and develop on the Windows Mobile platform. I know the market is changing rapidly with iPhone and Android gaining market shares. There are also app development platforms like ...
1
vote
1answer
343 views

Rhomobile supports graphics?

Does the rhomobile support drawing with 2-d(3-d) graphics or is the graphic capabilities limited to static images?
0
votes
0answers
19 views

embed youtube player using js into Rhomobile app

is there a way to embed youtube player dynamically using javascript in runtime into Rhomobile app? i need to control the player in runtime (i.e loading videos, play, pause etc).. the youtube embed ...
0
votes
2answers
94 views

What has been your experience with RhoMobile + JqueryMobile + KnockoutJS?

My team and I have been engaged in building several cross-platform (BlackBerry, Android, iOS) mobile apps for our organization using RhoMobile + JqueryMobile + KnockoutJS. The development experience ...
0
votes
1answer
89 views

Phonegap vs Rhomobile

I'm starting a new project and one of the objectives is to make a comparison matrix between Phonegap and Rhomobile. I've been investigating on both platforms, but I'm having trouble finding all the ...
0
votes
0answers
29 views

jQuery mobile - position of list dividers - iphone 4 with iOS5

I develop the frontend part of an rhomobile app with jQuery mobile. One of my pages uses list-dividers. The list points has got the jquery mobile attribute data-role with the value list-divider. ...
0
votes
0answers
21 views

Driver Map from Current location to two or more locations in Rhodes framework

Is it possible to show driver map from current location to two or more locations in Rhomobile (Rhodes) framework?
0
votes
1answer
20 views

jqGrid alternate for Mobile apps

Is there any thing similar to jqGrid available for Mobile applications ? Could someone please suggest a javascript plugin that I can use with RhoMobile platform ?
0
votes
1answer
7 views

How can I unzip a local data file using RhoMobile

I am writing an app using RhoMobile. There seems to be some permissions problem since System.unzip_file is not producing any results. My zip files is distributed with my app in the public folder. I ...
0
votes
1answer
28 views

Mobile app using Rhodes Framework

I want to build mobile app on rhomobile.com/Rhodes Framework. This is completely new for me. I just want to make small app will have following functionality. The app will provide FB/Twitter Login. ...
0
votes
1answer
17 views

Accessing the iPhone/Android address book through Rhodes

Is it possible to build a library or an application with Rhodes that connects to an iPhone's/Android's native address book and uses those address books natively (e.g. still has the available API for ...
0
votes
2answers
38 views

Convert a Rhodes PropertyBag Model to JSON

I have a Rhodes (RhoMobile) PropertyBag Model that I would like to convert to JSON string. I tried @model_instance.to_json but it does not appear that method exists. I would like to then take the ...
0
votes
0answers
35 views

ERROR!!! API version is not found in installed Android SDK: 2.1

I am starting Android development in Ruby using Rhomobile framework. I am trying to run rake command for android rake run:android but I'm getting following error ERROR!!! API version is not ...
0
votes
3answers
390 views

Rhomobile vs. Phonegap considerations

I'm debating between Phonegap and RhoMobile for cross platform mobile application development. I'm a web developer with experience in Ruby as well as the traditional web technologies (HTML, CSS, and ...
0
votes
0answers
36 views

image display from memory card

I want to display an image from memory card using rhostudio.I can show the image from local disk but I can't display an image stored on SD card.I add the sd card capability into my build.yml file. So ...
0
votes
0answers
34 views

Rhoconnect not working on IPhone simulator

I am developing a Rhodes application wherein I am using Rhoconnect for data retrieval. When I run the application, what I see is, it works fine on rho simulator and also on Android simulator. But on ...
0
votes
2answers
72 views

Showing a View on a button click in rhoMobile

I have created a simple project in rhomobile. My home screen shows a text box and a button. here is the code for that in index.erb <div data-role="content"> <br /><br /> Email ...
0
votes
1answer
46 views

How to add .erb file in existing model in rhoMobile

I have created a simple application and edited the index.erb file so that I have a simple view with a text box and a button. Now when i click on that button i want it to navigate to a new view. I ...
0
votes
1answer
52 views

Rhomobile: Custom URL Schemes

I'm writing a Rhomobile application targeted at iPhone and Android. I need to create a custom url scheme, so that i can create urls that look like test://some-params that will launch my program and ...
0
votes
2answers
58 views

Ruby/Rhomobile: parse directory string representation

I have a string that looks like this: {"whatever-field"=>"gghyduudud"} I'd like to parse it so that it becomes a hash. Please help. Thanks!
0
votes
1answer
46 views

ios 5 push notification and rhomobile

I can get push working except for messages that come in while app is closed. Messages do show up on Notification Center, but only passed to app when user clicks on the actual msg 1 by 1. Does anyone ...
0
votes
1answer
60 views

Rhodes Rhomobile - Override the layout behavior for a particular view

I need some help with a very specific case. I would like to override the layout behavior for a particular view. I did found the Rhodes documentation describing what to do. (a copy of the Rhodes ...
0
votes
1answer
72 views

building a project with RhoStudio and then extending it with using xcode

I have created a simple application using rhoStudio for iphone and then converted that project to xcode compatible. I can see all my project in Xcode. Now I want to add more functionality to the ...
0
votes
2answers
84 views

What is RhoMobile for?

I do not understand. I have to download xcode and bunches of other stuff to make it work. I don't understand what I'm getting. Is it that I can use Ruby instead of Objective-C and it compiles down ...
0
votes
1answer
43 views

Rhomobile rake redis aborted

I am working my way through the RhoMobile tutorial http://docs.rhomobile.com/rhoconnect/command-line#generate-an-application and I at the point of entering rake redis:install I get the following ...
0
votes
0answers
101 views

Rhomobile Rho::JSON.parse Issue “can't convert String into Integer”

I am having an issue with a JSON object in retrospect to Rho::JSON.parse(@params['body']) The json object a site is giving me is valid but I am getting the following error App error: can't convert ...
0
votes
0answers
39 views

Sending parameter from controller to source adapter

I want to authenticate user at login time for which I want to send parameters (userid, password) from controller to the source adapter. But I am unable to do so. I am posting a request to some other ...
0
votes
1answer
70 views

Rhomobile Rhodes - Camera::take_picture doesn't redirect to callback url

I'm using Rhodes to develop a simple program to take a photo and send it to remote server. Here's the camera action: def camera @form = Form.find(@params['id']) ...

1 2 3