Share your site using Google Plus

This blog will help you to share some interest webpages with your friends using Google+ share functionality. Its very easy to add in your...
Prabu D
37 sec read

Display Mobile App Version from RhoMobile's build.yml

When we ship a mobile app for our clients, we always follow the practice of displaying the version number in it. With RhoMobile development,...
Visnupriya
29 sec read

Disable Multi-login by Single User

I was trying to disable multi login for single user using devise authentication and came up with this solution. Thought it may help someone.
Sivakumar V
56 sec read

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 =...
Balaji D Loganathan
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...
Balaji D Loganathan
12 sec read

We ❤ Open Source @ Spritle

We at Spritle Software are incredibly passionate when it comes to everything Open Source. We strongly believe that everyone who uses Open Source technologies...
Steve Robinson
2 min read

Remote Debugging your Hybrid Mobile app

Debugging your Hybrid Mobile application has now become very simple, I use cordova for building Mobile applications, use to test the application in the...
Surendran Sukumaran
1 min read

Connect Rails 4 With Microsoft SQL Server Database

I spent a while to find a solution for connecting Rails 4 with MS SQL Server database. Later I found a quick and easy...
Sivakumar V
31 sec read

SpriteXchange 23rd December 2013

Hello Folks, We are happy to announce that we have restarted the Tech talk culture here at Spritle. Its called SpriteXchange. The last talk...
Karthik A K
28 sec read

24 pull requests in Tamil

Our team assisted in converting 24pullrequest.com site in to Tamil language.
Karthik A K
13 sec read

Upgrading to Ruby 2.1.0 using rvm

Yaay Ruby 2.10 has been released and here is how to upgrade it using rvm First update rvm lists, so that rvm knows that...
Karthik A K
29 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...
Balaji D Loganathan
43 sec read