I am having a problem with my installation of Ruby/Rails on Debian. I've installed Ruby 1.9.1(1.9.2) using the package manager and I've created links to ruby1.9.1 and whatnot to allow me to use the commands without the version numbers.
The problem that I'm running into now is that even after using gem install rails to get Rails 3.0.8, I can't find the rails command that I need to use to set up a new project. I've checked /usr/bin for a rails or a railsx.x.x, but I can't find it.
When I type in rails new ProjectName I get a rails command not found message.