Last month, I spent most of time upgrading a beautiful application from Rails 2 to Rails. It was such a wonderful experience and I... Responsive design is an approach for providing a single web codebase for multiple devices like desktop, tablets and smartphones (and sometimes mobile phones). There... Jenkins is an open-source Continuous Integration tool and it is easy to integrate in Rails project. A CI package will run automated tests on... Encoding Image to base64 string Rhodes comes with base64 library which helps to convert image to base64 string. Lets see how. 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 We successfully integrated Stripe based Credit card payment in a Rhodes App for iPhone and Android. Stripe is really cool and made our life... Ruby IRB like Rhodes Console for Mobile Apps Just created a rhodes console which I found very useful while we develop smart phone applications... Here are the top 5 visited blogs on RhoMobile published by Spritle’s staff. Stats based pixelstats analysis plugin. 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,... RhoConnect uses Thin Ruby server, so the simple way to run it on two different ports is bundle exec thin start -e development -p... Potential errors you may face when you run Rhodes application with XCode 4.3.2 and possible solutions for it. Recently I tried Rhodes MapView in a sample application. While using rhodes we have situations to use native Maps application that is installed in...