Hi,
I’m having problems installing rails on our Unix server.
“gem install rails --include-dependencies” only install rails 1.0.0
“gem update rails” updates to rails 1.0.0
I have installed rails on my windows box (i forgot how!).
Running “gem -list --local” on my windows box gives me:
rails (1.0.0.4008,…
Yet when i run :
gem -list --remote
there is no mention of “rails (1.0.0.4008,” , only rails 1.0.0
What am i missing? I need to install rails 1.1 on the unix box
Any help would be greately appreciated as i’m trying to deploy today