小编kYa*_*AdO的帖子

运行"rails s"时遇到问题

rails s在ubuntu中运行时遇到问题.当我键入rails s它不启动服务器,但它给我这个消息:

kyala@ubuntu:~/depot$ rails s

Usage:
  rails new APP_PATH [options]

Options:

-r, [--ruby=PATH]           # Path to the Ruby binary of your choice
                              # Default: /home/kyala/.rvm/rubies/ruby-1.9.2-p290/bin/ruby

-d, [--database=DATABASE]   # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db)enter code here
                              # Default: sqlite3

 -b, [--builder=BUILDER]     # Path to an application builder (can be a filesystem path or URL)

-m, [--template=TEMPLATE]   # Path to an application template (can be a filesystem path or URL)
      [--dev]                 # Setup the application with …
Run Code Online (Sandbox Code Playgroud)

ruby ruby-on-rails

9
推荐指数
3
解决办法
1万
查看次数

标签 统计

ruby ×1

ruby-on-rails ×1