I have Rails '-v 3.2.11' installed on Ruby '-v 1.9.3-p374' via RVM on Ubuntu Precise. I also installed Yakuake app '-v 2.9.8-1' which gets a drop-down terminal for me. Normally, on Gnome terminal, I can run both Ruby and Rails commands. But on Yakuake, I can run Ruby but I can't run Rails commands. Here are commands from Yakuake:
➜ ~ ruby -v
ruby 1.9.3p374 (2013-01-15 revision 38858) [i686-linux]
➜ ~ rvm -v
rvm 1.18.5 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
➜ ~ rails -v
zsh: correct 'rails' to 'tail' [nyae]? n
zsh: command not found: rails
In addition to all that:
- Both bash and zsh shells were tried, but same result is taken
- On the related RVM site, Ruby and Rails commands should be run as login shell but Yakuake app has no option to run commands as login shell
- I also tried Guake terminal, an alternative to Yakuake, it has login shell option, but not a good alternative app and not start at login -although being set as startup at login-.