翻訳者レビュー ( 英語 → 日本語 )

評価: 52 / 0 Reviews / 2014/02/15 08:50:49

[削除済みユーザ]
[削除済みユーザ] 52 Ako ay isang Hapon na nakatira sa Pinas.
英語

Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.

With Bundler, it can be easy to share your code between development, staging and production machines. Of course, you know how to share your own application or gem: stick it on GitHub and clone it where you need it. Bundler makes it easy to make sure that your application has the dependencies it needs to start up and run without errors.

Getting started with bundler is easy! Open a terminal window and run this command:

Specify your dependencies in a Gemfile in your project's root:

日本語

BundlerはRubyアプリケーションの適用に一貫した環境を維持します。それは、アプリケーションのコードやアプリケーションを動作させるためのrubygenを検証するので、アプリケーションは動作するための的確なgem(バージョンを含む)を導入します。

Bundlerを使用することで、開発環境やステージング環境のコードを、容易に製造装置に割り当てることが出来ます。もちろん、アプリケーション、つまりgemをどうすれば割当てられるかの方法を知らなければなりません。その方法はアプリケーションをGitHubに貼り付け、必要な場所にコピーすることです。
Bundlerは、エラーを起こさないでアプリケーションを起動させるためや、動作させるため、確実に依存性を持足せることを容易にします。

Bundlerを起動するのは簡単です。端末のウィンドウを開き、このコマンドを起動するだけです。

アプリケーションの依存性を、プロジェクトルートのGemfileの中に指定してください。

レビュー ( 0 )

翻訳者レビューはまだありません