Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails command not working

I followed the tutorial at

http://api.rubyonrails.org/

to install Rails. However, when I run the Rails command, Rails new myapp in bash it creates the project new. When I try the command Rails server it creates the project server. What am I doing wrong?

like image 204
Haffi112 Avatar asked Nov 20 '25 20:11

Haffi112


1 Answers

This seems like rails 2.x behavior. Can you please verify which rails version you are running with:

rails -v
like image 170
ennuikiller Avatar answered Nov 23 '25 10:11

ennuikiller