products forums blog support careers about
  History | Log In     View a printable version of the current page.  
PRO USERS, to ensure 'PRIORITY SUPPORT' make sure that your ASAP account is "tagged" when you file the request. Click here for instructions on how to tag your account.
Issue Details (XML | Word | Printable)

Key: ROR-1214
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Chris Williams
Reporter: Chris Williams
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Aptana RadRails

Rails 2.2.2 fails to install on Windows with Ruby One-Click Installer base install

Created: 18/Mar/09 05:26 PM   Updated: 18/Mar/09 06:45 PM
Return to search
Component/s: RubyGems
Affects Version/s: 1.2.0, 1.1.2
Fix Version/s: 1.2.0

Impact on Workflow: Major
Studio Install Type: N/A
Participants: Chris Williams and Hudson Build System
Issue Source: Developer


 Description  « Hide
In particular, when a new user is on Windows and installs the one-click installer, they'll have an old rubygems and an old rake installed. When we auto install gems, rails 2.2.2 will fail because we don't install our pre-included rake (because rake is already installed). If we were to force updates of gems where we provide newer versions optionally we'd be able to fix that. (i.e. upgrading rake is pretty safe, but upgrading rails on a user might piss them off)

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Hudson Build System - 18/Mar/09 06:45 PM
Integrated in rdt-1.2-branch #9
fix - Need to have auto install gems job update gems if ones we provide are newer (dependent on property?)

Force updating rake gem if user has older version installed - so users who have one-click ruby install on windows won't get error installing rails we pre-include.