0

My terminal is showing this at the start of the command line:

subalcharla@subal-charlas-macbook ~ $

And as a consequence when try to create a new app using rails with the command:

subalcharla@subal-charlas-macbook ~ $ rails new sample_app --skip-test-unit

The app that appears in Finder in my Mac 10.5.8 is named new instead of sample_app. Also, --skip-test-unit does not seem to be working.

Please help.

4

1 回答 1

0

看起来您安装了旧版本的 rails 来检查终端类型中的版本

rails -v

如果版本 < 3.0,则将 rails 更新为 3.2

gem install rails -v 3.2
于 2012-05-29T17:14:11.187 回答