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 144451 - [65cat] Unable to install older versions of gems
Summary: [65cat] Unable to install older versions of gems
Status: RESOLVED FIXED
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: 2008-08-19 20:09 UTC by esmithbss
Modified: 2008-08-22 05:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-08-19 20:09:08 UTC
[ BUILD # : 200808190201 ]
[ JDK VERSION : 1.6.0_07 ]

The Gems manager doesn't provide a mechanism for installing an older
version of a gem if a newer one is installed.

EG:

Built-in JRuby comes with Rails 2.1.0.

I need to install 2.0.2 for a multitude of projects
(rails:freeze:edge REVISION=2.0.2 for over 100 projects would be
impractical).

The plugin manager can identify that older versions of the gem exists
but the older versions are not included on the "New Gems" page and
are therefore unavailable for installation.
Comment 1 Martin Krauskopf 2008-08-21 18:39:11 UTC
Fixed: #8181f802e7c1

Commit message:
Yet another little overhaul of Gem Panel (fixes issues #143568 and #144451)

- independent local and remote gems managing
  - 'immediately' available local gems
  - ability to work with Gem Manager without Internet connection (issue #143568)
- show all gems in 'New' tab, not just 'remote - local'
  - user might install older version or reinstall current one (like with
    CLI tool). Issue #144451
Comment 2 Quality Engineering 2008-08-22 05:59:46 UTC
Integrated into 'main-golden', available in build *200808220201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/8181f802e7c1
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Yet another little overhaul of Gem Panel (fixes issues #143568 and #144451)

- independent local and remote gems managing
  - 'immediately' available local gems
  - ability to work with Gem Manager without Internet connection (issue #143568)
- show all gems in 'New' tab, not just 'remote - local'
  - user might install older version or reinstall current one (like with
    CLI tool). Issue #144451