Rails Installed But Not Working

Posted by Luiz P on Stack Overflow See other posts from Stack Overflow or by Luiz P
Published on 2012-11-22T23:16:29Z Indexed on 2012/11/23 11:00 UTC
Read the original article Hit count: 278

Folks,

Yesterday I installed Rails 3.2 on Ubuntu 12.10 and created a new project in order to check it. It was working OK.

Today I tried to create a new project and got the message bellow (Portuguese version):

O programa 'rails' pode ser encontrado nos seguintes pacotes:
* rails
* ruby-railties-3.2
Tente: sudo apt-get install <pacote selecionado>

Something like:

The program 'rails' could not be found in the follow packages:
...
...
Try: sudo apt-get install <selected package>

I run the command gem list and all the gems are listed, including Rails one.

I tried to search on the web for a solution, but haven't found any.

Thank you very much for your help.

Luiz

© Stack Overflow or respective owner

Related posts about command-line

Related posts about installation