但是接下来在使用 aptana 写 hello world 的时候遇到了问题,就是新建 riails 工程的时候无法调用 rails 框架,看了一下在终端下也没法使用 rails new . 的命令。出错信息都是 Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.
我是在 aptana 中下面的 rails 控制栏输入的 rails new . 第一次创建的时候是好的,后来我把 rails 工程连带文件删除了,结果再建立 rails 工程文件的时候 aptana 应该自动生成一系列的文件,但是没有,下面只提示 Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.
本人用的 MAC 系统,http://ruby-china.org/topics/2721 这个人用的是 UBU,MAC 找不到他指的那个文件。