Discussing some of the features of Rails 4.2

I would like to discuss some of the new features of the new Rails 4.2 in this blog. ActiveJob, ActionMailer #deliver_later, AdequateRecord, Web Console...
Vinothini B
2 min read

Integrating Facebook Login with Apache Cordova

In this blog post, lets learn how to integrate Apache Cordova’s official Facebook plugin in to a project.
Neelkanth Ram
1 min read

TestLink

We are using the Testlink tool to manage our test plan, test cases and test reports. Its very useful for our testing process. TestLink...
Rajalakshmi S
1 min read

Seed dummy data for testing

I have been working in a team that is building a Stock information management system for a large tunneling company. While testing the application,...
Thirumal S
2 min read

Book Review: Transform Your Habits

Name: Transform Your Habits Author: James Clear Link: http://jamesclear.com/habits I came across this great book when I was browsing through “TheNextWeb“.
Balaji D Loganathan
1 min read

Top New Products I came across in Internet of…

Embedded system is making significant improvements to our life and in particular when it is integrated with WiFi/Bluetooth and other data transmissions. It soon...
Visnupriya
56 sec read

Rails & Ruby's answers to the Java world

We recently are dealing with a company which specializes in building enterprise Java applications. When we proposed to use Rails for a couple of...
Steve Robinson
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

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