Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
Developers/yasumichi/スクリプト言語のメモ
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2014/07/12 19:09:27 (
9 years
ago)
Author:
yasumichi
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Developers/yasumichi/スクリプト言語のメモ
v6
v7
14
14
15
15
1. プロジェクトのディレクトリ作成
16
1. Gemfile の作成
16
1. Gemfile の雛型を作成
17
{{{
18
$ bundle init
19
}}}
20
1. Gemfile の編集
17
21
{{{
18
22
source "http://rubygems.org"