I'm trying to open rails gem folder using bundle open rails command in my local system. For this I have set export EDITOR='subl -w' in .bashrc file.
I'm not sure why it doesn't work for rails gem and when I try to open other gems listed in my Gemfile, it works fine.
- Sublime3
- Ubuntu 12.04
Any help on what I'm doing wrong?
gem list, it includes rails ?gem listshowsrails. And it opens empty folder (it is named rails 3.2.22) when I runbundle open rails.