Ruby (Demo)

Hash from Arrays – the Ruby way!

Today I came across a really cool method in Ruby’s Hash class. I cannot believe I missed it all these days. Its a class...
Steve Robinson
1 min read

Install Ruby 2.0 and Rails 4.0 on Mac OS…

The easiest way is to install XCode Command Line tools and then install ruby 2 via rvm then install rails 4 via gem. Install...
Neelkanth Ram
1 min read

Fix for ActiveRecord::ConnectionNotEstablished with acts_as_votable gem (0.5.0) on Rails…

When we were building the changebadtogood.com app we faced a certain issue with the acts_as_votable gem (~> 0.5.0) with Rails ‘3.0.19’. We got the...
Steve Robinson
1 min read

Built Windows Mobile 6.5 Apps Using RhoMobile Suite 4.0

We successfully managed to build Windows Mobile 6.5.3 apps using RhoMobile 4.0.0.beta.28 suite. Here is what I found on my way.
Visnupriya
1 min read

Make Parallel HTTP Requests Using Typhoeus

Parallel http request using Typhoeus and Httparty. Typhoeus took 0.99148906 seconds Httparty took 3.370132528 seconds You can find the gist at https://gist.github.com/spritle/5261906
Balaji D Loganathan
9 sec read

Using Facebook Realtime Updates in Ruby on Rails

Recently I got chance to try Facebook real time API in one of our project. Realtime Updates enables applications to subscribe to changes in...
Rajeswari K
2 min read

Comparision of Cross-Platform Mobile Frameworks

From past one year, I have been working on cross-platform mobile frameworks. Thought I would share my point of views in it. Today Mobiles...
Visnupriya
1 min read

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

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