Balaji D Loganathan



74 Stories by Balaji D Loganathan

Fix for Setting locale failed – Ubuntu

If you get the error on your Ubuntu like perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE =...
0 15 sec read

Run delayed_jobs in detached mode

If you run rake jobs:work &, it may get terminated when you exit the ssh session. For it got terminated even after run the...
0 12 sec read

Calling Rake Task's with in Rake

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...
0 43 sec read

Create a File with content in oneline – Unix

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...
0 5 sec 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
0 9 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.
0 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.
2 46 sec 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...
0 14 sec read

Consume SOAP Service from RhoMobile (iPhone, Android, WM and so on) apps

We wanted to consume simple SOAP based web services from the iPhone, Android applications using RhoMobile framework. We dont want to use Savon as...
5 50 sec read

Ruby Tips 11: Install mysql gem on Mac OS X Lion

brew install mysql Is you have installed mysql server already and have a failed mysql gem, then remove the mysql server first ...
1 21 sec read

Ruby Tips 9: Install Gem Without RDoc/RI on Production

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...
0 11 sec read

Top Server Choices For Streaming Video

We recently worked on a project that required to us to have online streaming video functionality. This streaming video would be then played by...
2 50 sec read