Ruby Gems View

From Aptana

This page gives an overview of the Ruby Gems View.

Contents

Introduction

Use the Ruby Gems View to install and manage your gems. The Ruby Gems View acts like a GUI over top of the 'gem' command line utility.

The Ruby Gems View contains the following information about your installed gems:

  • Name
  • Versions
  • Short description

Image:rubyGemsView.jpg

Instructions

You can both manage your gems and install new gems using the Ruby Gems View.

Managing gems

To manage your gems using the Ruby Gems View:

  • To upgrade the selected local gem, click the Upgrade button Image:iconUpgrade.png.
  • To refresh the local listing, click the Refresh button Image:iconRefresh.png.This is helpful for when the View has become out of sync because you installed gems via the command-line.
  • To delete the currently selected gem, click the Delete button Image:iconDelete.png.
  • To install a new gem, click the Install button Image:iconInstall.png.

Installing gems

To install a new gem:

  1. Click the Install button Image:iconInstall.png to open a list of all remote gems available (shown below).

    Image:remoteGems.jpg

  2. In the Gem Name field, type a few letters from the name of the gem that you want to install. This will filter the list for you.
  3. Select the gem that you want to install.
  4. Click OK.

The Ruby Gems View installs the selected gem for you.

Related Topics