Forum topic
Hello, some times I have rhoconnect error - [22067][10:32:50.386 AM 2014-09-22] undefined method `to_array' for nil:NilClass/opt/rhoconnect/lib/ruby/gems/1.9.1/gems/rhoconnect-4.0.4/lib/rhoconnect/…
Forum topic
Share your experience building Rhodes apps for iOS8 using Xcode 6.0.1. I am able to build for hardware and install on device. I can build for simulator, but iOS simulator does not start. Have not…
Forum topic
Rho :: RhoContact.find () is not working in Rhodes 5.0.2 version, or am I doing something wrong, will someone help me? if System::get_property('platform') == 'APPLE'      …
Forum topic
I am looking for a way to use rhoconnect's sync engine to send data from the client to the server, but then never bring that data back down again in the model's query method.  I have tried using…
Forum topic
Hi I am new to both ruby and rho mobile and currently i am trying to encrypt a key using HMAC-SHA2. But when i try to use hmac = HMAC::SHA256.new(key) i get the error as given below in the log…
Forum topic
Hi I need to store some data into a key store rather than storing it in Sql Database. I have tried but could not find any API related to this in rhomobile docs. It would great if you can provide some…
Forum topic
Hi, I just try to add library (.a file) in rhorunner xcode project. But i got error in build process. Can anyone help in this? Thanks, Muthu.S
Forum topic
In Rhodes 2.x there is a list of database sources accessible at Rho::RhoConfig.sources. You can go from there to get e.g. schemas and schema properties. This is still supported in Rhodes 5.x, but Rho…
Forum topic
Is there another recommended version combination of jQuery/jQuery Mobile to use? rhodes 5.0.2 gem still includes: jquery-1.9.1 and jquery.mobile-1.3.1 in app/layout.erb. Did anyone successfully try a…
Forum topic
Hi I am new to rho mobile and my current requirement is to read and parse a CSV File. I am able to read the File using File.read but when it comes parse i use require 'csv' which gives me the…