Git is a Distrubuted Version Control System (DVCS) that is fast becoming the defacto standard in many software projects. Many Java Projects are switching from Subversion (SVN) concurrent version control to Git.
Continue reading…
Ubuntu is a popular platform for Rails development. In this guide I’ll show you how to install rvm
on Ubuntu 15.04 and use it to install a stable version of Ruby and of course Rails. Continue reading…
Rails Notifications
When saving or updating records in Rails, we can use flash notifications (in the controller) to send messages which will be displayed to the user on the next request. For better user experience you can use toastrjs notifications instead of flash messages.
Deploying a Rails App on Windows is not quite easy like in Linux Environment.
In this tutorial, I will show you how to do it step by step.