Find/Resolve CSS assets precompilation errors

Recently we deployed one of our applications to production and while precompiling the assets we got the error – rake aborted! Sass::SyntaxError: Invalid CSS...
Vinothini B
52 sec read

Creating a Backup Schedule using Backup Gem

It’s always a good idea to back up your database or files at least once everday. It’s very dangerous to run a production server...
Prabu D
1 min read

Managing Test Cases using Zephyr on Atlassian Jira

Maintaining test cases is a big work for testers. Here my folks I would like to share with you one of the best ideas...
Vinodini Visvanathan
2 min read

Autocomplete Search Using typeahead.js

Typeahead.js one of the Autocomplete search plugin inspired by Twitter.com. For our project, we had similar requirement to show suggestions based on the search...
Priyavarshini K
1 min read

Getting started with Modernizr

What is It? Modernizr is an open-source JavaScript library that makes it easy for web designers to support different levels of experiences, based on...
Saravanan S
1 min read

Animations with Angular js

In this post I would like to share my experience on trying to do animations with AngularJS and how I managed to finally get...
Sairam S
53 sec read

Mounting an S3 Bucket Using FUSE

Have you ever wanted to interact with your Amazon S3 bucket just like how you deal with the directories in the file system without...
Steve Robinson
2 min read

RackRewindableInput lock file not found – Solution

We were doing some crazy things with our staging server and it ran out of space which we did not notice because of the...
Steve Robinson
1 min read

How To Do Form Validation Using AngularJS

I started using AngularJS extensively on my projects and recently started using it on our Apache Cordova projects well. Let me tell how to...
Vinothini B
2 min read

How To Upload Large Files Using AngularJS, Rails and…

In this blog I am going to share my experience in AngularJS file upload. I wrote rails application that will import CSV file data...
Prabu D
2 min read

Secret Revealed: Why Ruby 2.0 Loads Files Faster

I’ve been working on a codebase which is Rails 4.0 and Ruby 1.9.3 and something that’s annoying about this app is its incredibly large...
Steve Robinson
1 min read

How To Enable MySQL For Remote Access

We started using Qlik Views for our customers and we were in need of connecting to remote MySQL server for Data analytics. By default...
Sivakumar V
1 min read