vondip
vondip

Reputation: 14039

installing ruby on rails without an internet connection

I am trying to install ruby on rails in my own intranet, I don't have an internet connection. There are several tutorials out there that try to explain how to do so, but they don't seem to work. Does anyone know of a full installation (including ruby, rails, IDE) that doesn't demand downloading files from the internet?

Thanks alot!

Upvotes: 1

Views: 589

Answers (1)

clyfe
clyfe

Reputation: 23770

Download Netbeans Ruby edition, and install on the machine of choice. It has JRuby bundled along with rails 2.3.5.

Upvotes: 1

Related Questions