Im using Emacs with Ruby Electric and the Rinari extension for doing Rails development and ISwitchB for buffer switching. In Rails it often happens that we have two files with the same name, like for example _form.html.erb, for different views. When switching buffers using C-x b, i see the filename but not the path to which the file belongs, so its not immediately apparent which one i want. Other editiors for example Sublime Text show that, but i want to stick with Emacs :) Is there a way to show the path of the file too while switching buffers ?
Thank You