简体   繁体   中英

rails create my_app

any one can give me a idea why when I try create my_app which is not working, and only showing:

usage:
    rails new APP_PATH [options]
options:
  -r, [--ruby=PATH]
  -b, [builder=TEMPLATE]...

and under my site folder, I couldn't find the my_app folder. when I open the text mate by typing mate my_app, how can I make it show the folder location?

If you have setup TextMate as command line tool, simply do

$ rails new my_app
$ mate my_app

and it will open the newly generated app in TextMate

正确的命令是rails new app_name

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM