Gem Browser
Gem browser for Sublime Text
Details
Installs
- Total 6K
- Win 2K
- Mac 3K
- Linux 1K
Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Gem Browser 0.3-alpha
For Ruby projects using the Bundler gem.
This plugin allows you to quickly access the code of a gem that you have installed via Bundler in the current project. When you select a gem, a new Sublime Text 2 window will open with the code ready for inspection.
Tested on OSX with RVM, Xubuntu with rbenv and Windows with RubyInstaller
How to Use
- In ST2, press “cmd + shift + p” and type “list gem” (or ctrl + shift + p if you're on Windows or Linux)
- Once you see “Gem Browser: List Gems”, press enter.
- It will list all the gems that have been installed via bundle for the project folder
- Once you choose a gem of the list, this plugin will open the source of the gem in a new window with the code ready for inspection and EVEN modification in real time (useful for debugging).
Installation
Package Control
Using Package Control, a package manager for Sublime Text 2.
In ST2, press “cmd + shift + p” and then type “install”.
Once you see “Package Control: Install Package”, press enter.
When the packages load, another selection window will appear.
Type “gem browser” and enter. All done!
Manual Installation
cd "~/Library/Application Support/Sublime Text 2/Packages/"
git clone https://github.com/NaN1488/sublime-gem-browser.git
Sublime Text 3 (Mac OS X only)
cd "/Applications/Sublime Text.app/Contents/MacOS/Packages"
curl https://github.com/NaN1488/sublime-gem-browser/archive/master.zip -o sublime-gem-browser.sublime-package
zip -j -r sublime-gem-browser.sublime-package sublime-gem-browser/*
rm -rf sublime-gem-browser
Known issues / limitations
- Experimental support for Sublime Text 3 (Only in OS X with RVM)
License
- MIT License
2012 - Created by Nahuel Sciaratta and Bruno Bonamin