Just a quick tip I recently came across:
If you want to see the docs for any of the gems installed on your dev machine, type the following in the command line…
gem_server
…and then browse over to http://localhost:8808/!
Just a quick tip I recently came across:
If you want to see the docs for any of the gems installed on your dev machine, type the following in the command line…
gem_server
…and then browse over to http://localhost:8808/!
2 Comments
On my Rails 2 installation, this should read “gem server” (no underscore connecting the two words).
Not because of Rails, Andrew, they made that change in the newest version of Rubygems, so anyone who has it should leave out the underscore whether they use Rails or not.