I believe that the source code for viewing open source libraries used in projects is invaluable. Unfortunately, I find this difficult when developing with a ruby on rails. I'm used to working inside the IDE, which allows me to move on to character definitions, regardless of whether they are part of an external library.
I am using Aptana Studio 3 on Mac OS X for development, but I want to change the IDE for this feature.
I studied https://github.com/fnando/gem-open as an option, but have not yet found a good editor to integrate this. Can anyone recommend? Does anyone have a good method of viewing gem sources?
source
share