Vinothini B



9 Stories by Vinothini B

Unrelated changes in your git code? Avoid them using Patch!

For a very long time, we have been using Git as a code version controller in Spritle Software. Recently, I came across a Git...
0 1 min read

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...
0 52 sec 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...
0 2 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...
0 1 min read

How to handle fullcalendar gem

I would like to discuss about full calendar gem in this blog. FullCalendar is a fantastic jQuery plugin that gives you an event calendar...
0 2 min read

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...
0 2 min read

Mobile applications: Native vs. Web apps

Here is Part-I of my experience in developing mobile applications.
0 1 min read

Run HighCharts in RhoMobile (iPhone, iPad and Android)

I like HighCharts and used it for one of our project. I wanted to use HighCharts in Rhomobile mobile applications and thought I would...
1 1 min read

Scrollable Content with Fixed Header and Footer – Rhomobile App

While using Rhomobile, often you might want to create an app that would have scrollable content with fixed header and footer, horizontally scrollable content,...
0 40 sec read