Ruby on Rails (Demo)

git-deploy – Fix for /usr/bin/env: ruby: No such file…

If you use git-deploy with rvm and if you face the error /usr/bin/env: ruby: No such file or directory then here is the quick...
Balaji D Loganathan
22 sec read

My First Sip With Ruby on Rails Automated Testing

Hi folks, here I am going to share a few points about my experience in Automated software testing. My project is a web app...
Shanthi
1 min read

Rollbar Integration – Rails app

In this blog we are going to see how to integrate rollbar with rails application. What is Rollbar: Rollbar helps to take control of...
Vinothini B
1 min read

MongoDB Indexes

In this blog I am going to share my experience and learnings with MongoDb indexes.
Neelkanth Ram
4 min read

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

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

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

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

Image Uploading With Rhodes, RhoConnect & Rails3

Recently I working on an app project which involves uploading and transferring images from smartphones to Web and vice-versa. My stack was Rhodes, RhoConnect,...
Visnupriya
1 min 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