Using Ruby Gems
The standard RubyGems package is installed with 3rdRail.
You can add or update Gems.
To see what Gems are installed:
-
Open the Project Commander.
Ctrl+Alt+P
-
Run:
gem list
To add a Gem:
-
Open the Project Commander.
Ctrl+Alt+P
-
Run:
gem install {gem name}
-
To verify that the new Gem is installed run:
gem list
To update all installed Gems:
-
Open the Project Commander.
Ctrl+Alt+P
-
Run:
gem update
Related
Reference
RubyGems Project File List
RubyGems User Guide
gem Command Reference
CodeGear brand
and product names are service marks, trademarks or registered trademarks of Borland Software
Corporation in the United States and other countries.