技術メモ

主にRuby関連

Bundler

Bundler

gem管理ツール Bundler: The best way to manage Ruby applications インストール gem install bundler アプリ用gem管理ファイル(Gemfile)作成 mkdir myapp cd myapp bundle init Gemfileの雛形が作成される [Gemfile] # A sample Gemfile source "http://…