http://ctags.sourceforge.net follow this url for installation and documentation.
We can ctags lots of programming languages. Here is how to do it for ruby/rails. I really like how RubyMine
jumps to the source code (either withing project score or to the gem source). This is really useful for reading
source code for those classes, methods, modules etc. But Now that I use vim as My IDE/Editor I really like that
functionality to happen in my vim editor. And I found ctags as the solution.