Sven
Sven

Reputation: 6338

Can't open new projects in Aptana Studio 3

I tried the operations as you can see at the image below. Can you please help me to set up ruby/rails, so I can learn that popular technology.

enter image description here

enlarge image

EDIT: There must be an error in my settings with ruby/rails so aptana can't access rails. I have used railsinstaller for windows. rails folder exists under gems folder, so rails should be installed.

EDIT2: It may be proxy settings!?

Upvotes: 0

Views: 899

Answers (1)

Despo
Despo

Reputation: 191

If you are behind a proxy try

export HTTP_PROXY=http://yourproxy:port or export HTTP_PROXY=username:password@yourproxy:port before trying to install the gem.

Upvotes: 1

Related Questions