This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118853 - Install gems for both native Ruby and JRuby
Summary: Install gems for both native Ruby and JRuby
Status: RESOLVED WONTFIX
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 06:26 UTC by jim_matt
Modified: 2008-02-07 19:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jim_matt 2007-10-15 06:26:39 UTC
Product Version: NetBeans IDE Dev (Build 200710120000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Jim\.netbeans\dev

In the gem manager consider having a check box so that when you install a gem into native Ruby, it is installed for 
JRuby too.  Also do the same if installing a gem for JRuby.

I have just gone through installing a number of the same gems in both places.
Comment 1 Martin Krauskopf 2008-02-07 19:08:52 UTC
Note that the Platform and RubyGems infrastructure was overhauled. Now there is a combobox in the Gem Platform manager.
Anyway, installing the same gems twice is not the right way. If you are using multiple interpreters you should use Gem
Home and Gem Path features of RubyGems, which are supported in NetBeans 6.1 dev builds as well.