All Stories

As ActiveRecord provides you to get all the changes of your unsaved object, active_resource_changeable gem also serves the same purpose by calling its changes method.

Associate with ActiveResourceAssociatable

A communication of a web app with others is not a surprise, but it is the demand of mobile world’s era. Because new apps want to maintain a centralized DB...

How To Wire up Ruby on Rails and Ampersand.js As a Single Page Application

Ampersand.js is a latest web framework like any other javascript framework e.g. Angularjs. By definition, Ampersand.js - A highly modular, loosely coupled, non-frameworky framework for building advanced JavaScript apps.

Smart Deployment using Hubot

Github is an invariably well-known name in the world of open source. Githut consistently provides a propitious and favorable platforms for any betterment, reform or innovation in the technology which...

Successful Migration from svn to git with history

I am a git lover, not svn. But, when I started my programming, svn was so popular and widespread. But the discovery of git pushed the paradigm shift in world...

ruby-oci8 with rails

Ruby-oci8 is a rubygem which we use to build the connection with oracle DB in your rails application. But installation of ruby-oci8 on linux or mac is not easy, while...