Encode/DeCode Image to base64 in RhoMobile Apps

Encoding Image to base64 string Rhodes comes with base64 library which helps to convert image to base64 string. Lets see how.
Sivakumar V
46 sec read

How To Start/stop Nginx on Mac OS 10.7.4

Install it using sudo brew install nginx Start: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx Stop: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx -s stop Help: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx -h
Neelkanth Ram
7 sec read

Integrate CreditCard Payment in Rhodes(iPhone and Android) Apps

We successfully integrated Stripe based Credit card payment in a Rhodes App for iPhone and Android. Stripe is really cool and made our life...
Prabu D
13 sec read

Ruby IRB like Rhodes Console for Mobile Apps

Ruby IRB like Rhodes Console for Mobile Apps Just created a rhodes console which I found very useful while we develop smart phone applications...
Surendran Sukumaran
10 sec read

Top 5 Visited Blogs on RhoMobile At Spritle Software

Here are the top 5 visited blogs on RhoMobile published by Spritle’s staff. Stats based pixelstats analysis plugin.
Balaji D Loganathan
47 sec read

Consume Rails RESTful CRUD from RhoMobile App (iPhone, Android)

Thought I would share a sample RhoMobile (for iPhone and Android) app that consumes a remote RoR based RESTful services.It can handle Create, Read,...
Visnupriya
51 sec read

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