I'm using cloud9 IDE and following the rails tutorial for beginners.
Why doesn't rails_4.2.0_ new hello_app
(as written in the book) work.
The only thing it says on the terminal is rails rails_4.2.0_ "command not found"
?
However, when typing, rails new hello_app 4.2.0
it works. When opening the GEMFILE in the text editor I have to adjust default gems to go along with the tutorial.
Is there a different version of rails comes up?
Thanks.