Con
(Con)
1
Hi folks,
I’m having trouble getting gems to install rails. It just keeps asking
me which version of thin I want to install. Until I choose skip or
cancel, in which case I’m told that something has gone wrong.
Any advice?
Thanks kindly,
Tommy
PS: Gems is 0.94.
tommy@tommy-laptop:~/www/blog$ sudo gem install rails
Install required dependency actionpack? [Yn] y
Install required dependency rack? [Yn] y
Install required dependency thin? [Yn] y
Select which gem to install for your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
1
Install required dependency rack? [Yn] y
y
Install required dependency thin? [Yn] Select which gem to install for
your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
1
Install required dependency rack? [Yn] y
Install required dependency thin? [Yn] y
Select which gem to install for your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
Have you tried using a capital ‘Y’ when responding to ‘[Yn]’?
-Conrad
11175
(-- --)
2
Tommy Odell wrote:
Sorry, I pasted the wrong thing. Here's what it is with Y vs y.
Con
(Con)
3
Tommy Odell wrote:
Sorry, I pasted the wrong thing. Here’s what it is with Y vs y.
tommy@tommy-laptop:~/www/blog$ sudo gem install rails
[sudo] password for tommy:
Need to update 38 gems from http://gems.rubyforge.org
…
complete
Install required dependency actionpack? [Yn] Y
Install required dependency rack? [Yn] Y
Install required dependency thin? [Yn] Y
Select which gem to install for your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
1
Install required dependency rack? [Yn] Y
Install required dependency thin? [Yn] Y
Select which gem to install for your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
2
Install required dependency rack? [Yn] Y
Install required dependency thin? [Yn] Y
Select which gem to install for your platform (i486-linux)
-
thin 1.2.2 (ruby)
-
thin 1.2.1 (i386-mswin32)
-
thin 1.2.1 (ruby)
-
thin 1.0.0 (ruby)
-
thin 1.0.0 (i386-mswin32)
-
Skip this gem
-
Cancel installation
ERROR: Interrupted
tommy@tommy-laptop:~/www/blog$
Unfortunately, it makes no difference.
tommy@tommy-laptop:~/www/blog$ sudo gem install rails
Install required dependency actionpack? [Yn] y
Install required dependency rack? [Yn] y
Install required dependency thin? [Yn] y
Select which gem to install for your platform (i486-linux)
- thin 1.2.2 (ruby)
- thin 1.2.1 (i386-mswin32)
- thin 1.2.1 (ruby)
- thin 1.0.0 (ruby)
- thin 1.0.0 (i386-mswin32)
- Skip this gem
- Cancel installation
1
Install required dependency rack? [Yn] y
y
Install required dependency thin? [Yn] Select which gem to install for
your platform (i486-linux)
- thin 1.2.2 (ruby)
- thin 1.2.1 (i386-mswin32)
- thin 1.2.1 (ruby)
- thin 1.0.0 (ruby)
- thin 1.0.0 (i386-mswin32)
- Skip this gem
- Cancel installation
1
Install required dependency rack? [Yn] y
Install required dependency thin? [Yn] y
Select which gem to install for your platform (i486-linux)
- thin 1.2.2 (ruby)
- thin 1.2.1 (i386-mswin32)
- thin 1.2.1 (ruby)
- thin 1.0.0 (ruby)
- thin 1.0.0 (i386-mswin32)
- Skip this gem
- Cancel installation
Conrad Taylor wrote:
Select which gem to install for your platform (i486-linux)
Install required dependency thin? [Yn] Select which gem to install for
Install required dependency thin? [Yn] y
Select which gem to install for your platform (i486-linux)
- thin 1.2.2 (ruby)
- thin 1.2.1 (i386-mswin32)
- thin 1.2.1 (ruby)
- thin 1.0.0 (ruby)
- thin 1.0.0 (i386-mswin32)
- Skip this gem
- Cancel installation
Have you tried using a capital ‘Y’ when responding to ‘[Yn]’?
-Conrad
What OS and which Ruby and Rubygems versions are you using?
-Conrad
It may be worth updating RubyGems using
sudo gem update --system
Colin
Con
(Con)
5
Conrad Taylor wrote:
Need to update 38 gems from http://gems.rubyforge.org
- thin 1.0.0 (i386-mswin32)
- thin 1.0.0 (i386-mswin32)
- thin 1.0.0 (i386-mswin32)
Install required dependency rack? [Yn] y
Install required dependency rack? [Yn] y
1
Select which gem to install for your platform (i486-linux)
Have you tried using a capital ‘Y’ when responding to ‘[Yn]’?
-Conrad
What OS and which Ruby and Rubygems versions are you using?
-Conrad
Ubuntu 8.04 LTS (hardy)
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
gem 0.9.4
Hi, I would recommended updating Rubygems to 1.3.5?
The try installing both thin and rails again.
-Conrad