[#46093] 質問:mingw環境でのtcltklib.soのコンパイル — Dice <rubyist@...>

Diceです。

12 messages 2009/06/16

[ruby-list:46129] Re: RoR での日本語コ−ド指定方法

From: しん <dezawa@...>
Date: 2009-06-25 10:22:18 UTC
List: ruby-list #46129
出沢です

WEBrick でした

> $ script/server webrick
> => Booting WEBrick # ここ!
> => Rails 2.3.2 application starting on http://0.0.0.0:3000
> => Call with -d to detach
> => Ctrl-C to shutdown server
> [2009-06-24 19:55:58] INFO  WEBrick 1.3.1

=> Booting WEBrick
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2009-06-26 20:15:19] INFO  WEBrick 1.3.1
[2009-06-26 20:15:19] INFO  ruby 1.8.7 (2009-04-08) [i686-linux]

バ−ジョンも同じですね。どうしてだろう。--help ではこうなります。

$ ./script/server --help
Usage: server [options]
    -p, --port=port                  Runs Rails on the specified port.
                                     Default: 3000
    -b, --binding=ip                 Binds Rails to the specified ip.
                                     Default: 0.0.0.0
    -c, --config=file                Use custom rackup configuration file
    -d, --daemon                     Make server run as a Daemon.
    -u, --debugger                   Enable ruby-debugging for the server.
    -e, --environment=name           Specifies the environment to run this server under (test/development/production).
                                     Default: development
    -P, --path=/path                 Runs Rails app mounted at a specific path.
                                     Default: /
 
    -h, --help                       Show this help message.

In This Thread