74 Stories by Balaji D Loganathan
If you get the error on your Ubuntu like perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE =... If you run rake jobs:work &, it may get terminated when you exit the ssh session. For it got terminated even after run the... If you want to call a Rake task within or from other rake files, then the pretty straight-forward, just use it like Rake::Task.invoke. Not... echo ‘One line content here’ | sudo tee /etc/apache2/filename.txt You can use echo “One line content here’ > filename.txt if the folder is not... 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 Here are the top 5 visited blogs on RhoMobile published by Spritle’s staff. Stats based pixelstats analysis plugin. Potential errors you may face when you run Rhodes application with XCode 4.3.2 and possible solutions for it. 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... We wanted to consume simple SOAP based web services from the iPhone, Android applications using RhoMobile framework. We dont want to use Savon as... brew install mysql Is you have installed mysql server already and have a failed mysql gem, then remove the mysql server first ... Often we want to avoid installing rdoc and ri on production/staging servers. Simply create .gemrc file in your home directory and add gem: –no-ri... We recently worked on a project that required to us to have online streaming video functionality. This streaming video would be then played by...