ruby on rails - Optimal Way to Browse Gem Source Code -
i find browsing source code of open source libraries being used in projects invaluable. unfortunately, find difficult when developing ruby on rails. accustomed working inside ide's allow me jump definitions of symbols, regardless of whether part of external library.
i use aptana studio 3 on mac os x develop, willing change ides feature.
i have explored https://github.com/fnando/gem-open option, have yet find editor integrate with. can recommend one? else have method browsing sources of gems?
aptana studio 3 has command line launcher: studio3.
add following ~/.bash_profile
:
export path="/applications/aptana studio 3:$path" export gem_editor="studio3"
reload existing shell environment: . ~/.bash_profile
, can use gem-open preferred editor: gem open rails
Comments
Post a Comment