Monthly Archives: February 2010

About

Hi I’m Sandip Ransing, a ruby on rails developer in Pune (India). I did my bachelor in Computer Engineering from PES Modern College of Engineering, Pune. In July 2007, I started software development career in Java.After few months passed, I … Continue reading

| Leave a comment

Vim editor for ruby on rails development using rails.vim

Vim install On CentOS yum install vim-enhanced Vim install on Ubuntu machine Install vim-full using command apt-get install vim While coding with ruby, html, erb, haml, js and stylesheets.It is great pain to indent code. Using rails vim one can … Continue reading

Posted in General, Ruby | Tagged , , , | Leave a comment

Bean Validation Framework

This framework implemented get rid of validate bean object using if-else condition and easy to integrate custom validators. – This is developed using Java 1.5 and no other library is required. – Used Generics,Reflection and Annotation in implementation. – Light … Continue reading

| Tagged , | Leave a comment