Remove svn files inside directoryrm -rf `find . -type d -name .svnSet path in linuxexport PATH=$PATH:/usr/ruby/binHere /usr/ruby/bin is the path to ruby extecuatble.grep and print process pidps -ef | grep search_string | grep -v grep | awk '{print $2 }'Kill processkill -9 process_id_hereps -ef | grep search_string | grep -v grep | awk '{print $2 … Continue reading Programming ruby Linux basics
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 heard about ruby language from my friend Haribhau Ingale and got attention towards ruby and rails and … Continue reading About
Vim editor for ruby on rails development using rails.vim
Vim install On CentOSyum install vim-enhancedVim install on Ubuntu machineInstall vim-full using commandapt-get install vimWhile coding with ruby, html, erb, haml, js and stylesheets.It is great pain to indent code. Using rails vim one can easilykeep code always indented.This increases code readability and minimizes effort, bugs andfinally proves ease of using vim editor.rails.vim script contains … Continue reading Vim editor for ruby on rails development using rails.vim
