I'm debugging an issue with a rails app on my ubuntu server and i'm trying to start the rails console to run a command, but this is what happens when I try to start the console:
myuser@rails-server1:/var/www/myapp/current$ rails c
The program 'rails' can be found in the following packages:
* ruby-railties-3.2
* ruby-railties-4.0
Try: sudo apt-get install <selected package>
Rails is definitely installed because my app is running and the gem is installed in this dir:
/var/www/myapp/shared/bundle/ruby/2.0.0/gems
So how can i actually start the rails console?