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-836
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Average Average
Assignee: Chris Williams
Reporter: Arun S
Votes: 0
Watchers: 0
Operations

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

RadRails Hangs on "Auto-Installing gems"

Created: 10/May/08 05:37 PM   Updated: 19/May/08 09:49 AM
Return to search
Component/s: RubyGems
Affects Version/s: 1.0.1
Fix Version/s: 1.0.2

Impact on Workflow: Critical
Studio Install Type: Standalone
Operating System: Windows XP
Participants: Arun S and Chris Williams


 Description  « Hide
After installation of the RadRails plugin, I restarted the Aptana studio as directed. I received a prompt to install gems (activesupport, rake, etc), which I confirmed, but the environment hangs on the 'Auto-Installing gems...' dialog after that.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Williams - 14/May/08 09:02 AM
Is there any error about this in your logs? (Help > Aptana Troubleshooting > View Aptana Log)

Arun S - 15/May/08 03:19 PM
Actually I figured out what was going on, by looking at the log. I was trying to get this to work with InstantRails, and I had not changed the workspace to the correct InstantRails directory. I also had ruby in my path (via cygwin), but I did not have rubygems installed. As a result, the Aptana installer just hung, with an error message in the log. When I updated the workspace to the correct directory (rails_apps) it found the correct ruby interpreter and everything else and worked fine.

Not sure if this is still an issue (should it timeout or something?), but just wanted to let you know what was going on.


Chris Williams - 19/May/08 09:49 AM
Ah, that makes sense. So I've added a pre-check to see if RubyGems is installed before I try to auto-install any of the gems. If it isn't I'll pop a warning dialog asking user to install it and then not try to install any gems.