Ruby (Demo)

Run RhoConnect On Two Different Ports

RhoConnect uses Thin Ruby server, so the simple way to run it on two different ports is bundle exec thin start -e development -p...
Neelkanth Ram
47 sec read

Run RhoMobile Apps With XCode 4.3.2

Potential errors you may face when you run Rhodes application with XCode 4.3.2 and possible solutions for it.
Balaji D Loganathan
46 sec read

Open Native Maps App From A Rhodes Application

Recently I tried Rhodes MapView in a sample application. While using rhodes we have situations to use native Maps application that is installed in...
Rajeswari K
30 sec read

Create NFC Apps Using RhoMobile

We just finished creating an NFC capable app using Rhomobile and here is our blog about it. By the way this is second blog...
Visnupriya
1 min read

Consume SOAP webservice in rhoconnect

Rhomobile is cross-platform mobile framework to develop native application. The documentation for developing native app is nice. I recently tried consuming webservice using savon...
Dhepthi L Narasimhan
1 min read

IPhone Push Notification using Ruby

Push Notification is one of the challenging concept in all smart phones. Especially when it comes to Iphone push, it is quite long process....
Dhepthi L Narasimhan
2 min read

Training on RhoMobile at Singapore – Photos

On 2nd March 2012 we conducted a half-day training on “Building cross-platform Mobile applications using RhoMobile platform at Singapore. Here are some of pictures...
Balaji D Loganathan
14 sec read

New features in Rails 3.2

Rails 3.2 was released with lot of amazing changes. I recently read about new features which provides better and new tags, faster reloading in...
Dhepthi L Narasimhan
1 min read

Github with coderwall Application in Rhomobile

I recently tried to integrate github and coderwall in rhomobile application. Using github oauth we can authenticate user and show the following details of...
Visnupriya
1 min read

Run HighCharts in RhoMobile (iPhone, iPad and Android)

I like HighCharts and used it for one of our project. I wanted to use HighCharts in Rhomobile mobile applications and thought I would...
Vinothini B
1 min read

Scrollable Content with Fixed Header and Footer – Rhomobile…

While using Rhomobile, often you might want to create an app that would have scrollable content with fixed header and footer, horizontally scrollable content,...
Vinothini B
40 sec read

Facebook Application with Rails

I tried to integrate ruby on rails app in Facebook. Developing facebook app is quite easy to with rails and Javascript sdk. The documentation...
Dhepthi L Narasimhan
38 sec read