221件ヒット
[1-100件を表示]
(0.055秒)
別のキーワード
ライブラリ
-
rubygems
/ commands / server _ command (12) -
rubygems
/ server (144)
クラス
-
Gem
:: Server (132)
キーワード
-
DOC
_ TEMPLATE (12) - Marshal (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 7 . 0 (6) -
RDOC
_ CSS (12) - ServerCommand (12)
-
latest
_ specs (12) - new (12)
- quick (12)
- root (12)
-
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ server (12) - run (24)
- specs (12)
- xmlrpc (3)
- yaml (12)
検索結果
先頭5件
-
Gem
:: Server (21032.0) -
Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのクラスです。
...Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための
簡易ウェブサーバを動かすためのクラスです。... -
rubygems
/ server (12098.0) -
Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのライブラリです。
...Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための
簡易ウェブサーバを動かすためのライブラリです。
rubygems/commands/server_command を使用して起動するウェブサーバの本体です。
この......ールされている Gem パッケージの一覧を表示します。
: "/specs.#{Gem.marshal_version}.gz"
インストールされている全バージョンの情報 (パッケージ名、バージョン、プラットフォーム) を返します。
: "/latest_specs.#{Gem.marshal_version}.gz"...... Gem パッケージの一覧を返します。
: "/gems/"
ダウンロード可能な Gem パッケージの一覧を表示します。
以下のインデックスはレガシーなものです。
: "/Marshal.#{Gem.marshal_version}"
インストールされている Gem パッケージの Gem... -
rubygems
/ commands / server _ command (12094.0) -
ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。
... Gem パッケージとそのドキュメントを HTTP サーバに
載せて公開するためのライブラリです。
Usage: gem server [options]
Options:
-p, --port=PORT port to listen on
-d, --dir=GEMDIR directory from which to serve gems......nd gem repository HTTP server
Description:
The server command starts up a web server that hosts the RDoc for your
installed gems and can operate as a server for installation of gems on other
machines.
The cache files for installed gems must exist to use the server......as a source
for gem installation.
To install gems from a running server, use `gem install GEMNAME --source
http://gem_server_host:8808`
Defaults:
--port 8808 --dir /usr/lib/ruby/gems/1.8 --no-daemon... -
Gem
:: Commands :: ServerCommand (9016.0) -
ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのクラスです。
...ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに
載せて公開するためのクラスです。... -
Gem
:: Server . new(gem _ dirs , port , daemon , addresses = nil) -> Gem :: Server (6327.0) -
サーバーを初期化します。
...サーバーを初期化します。
@param gem_dirs Gem を格納しているディレクトリを指定します。
@param gem_dir Gem を格納しているディレクトリを指定します。
@param port リッスンするポートを指定します。
@param daemon 真を指定すると... -
Gem
:: Server . run(options) -> Gem :: Server (6214.0) -
与えられたオプションを使用してサーバを起動します。
...与えられたオプションを使用してサーバを起動します。
@param options オプションを表すハッシュを指定します。含まれるキーは :gemdir, :port, :daemon です。
@see Gem::Server.new... -
rubygems
/ commands / generate _ index _ command (6040.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この......有効にします
Summary:
Generates the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When......# .gem files you want to
index
quick/index
quick/index.rz # quick index manifest
quick/<gemname>.gemspec.rz # legacy YAML quick index
file
quick/Marshal.<version>/<gemname>.gemspec.rz # Marshal... -
Gem
:: Server # Marshal(request , response) -> () (6000.0) -
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。
@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。 -
Gem
:: Server # latest _ specs(request , response) -> () (6000.0) -
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。
@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。