Monthly Archives: April 2010

OpenGem 1.4.2

I just gathered up a few patches and merged them into OpenGem. This includes: Respect the VISUAL environment variable above EDITOR. (cwninja) Use Launchy gem to read rdocs (ngauthier) Install with gem install open_gem.

Leave a Comment

Filed under ruby, Uncategorized

Easily Debug Ruby Loading Issues

Curious which files and gems are getting loaded and why? Save it off as require_inspector.rb, and then run it with ruby -r require_inspector.rb file_name.

1 Comment

Filed under ruby

RubyScope

grep and ack are indispensable tools, but they don’t know ruby. That’s where RubyScope comes in. RubyScope lets you search your codebase for classes, methods, variables, and more. It understands ruby. For instance you could use it to find all … Continue reading

2 Comments

Filed under ruby