Ruby on Rails安装错误:找不到Gemfile

use*_*ase 1 ruby gem ruby-on-rails

我是Ruby on Rails的新手,现在尝试安装ROR.我按照这个教程http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/

安装完成后,gem install rails创建我的项目就像rails new myproject.这里显示此消息

Your bundle is complete! Use捆绑秀[gemname] to see where a bundled gem is installed..

之后我运行bundle install它显示此错误Could not locate Gemfile.

请帮帮我怎样才能解决这个问题.

rem*_*jih 6

在运行之前,请确保您位于项目目录中bundle install.

例如,运行后rails new myproject,您需要cd myproject在运行之前bundle install.