Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ychubachi committed Jun 18, 2016
1 parent 78980ea commit 1e60804
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions framework_development.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@

** 学習目的・目標
*** この授業の目的
- 再利用可能なコンポーネント開発の概念的理解を行う
- 基本技術を押さえて,高度なフレームワークを使いこなせるようになる
- RubyのGemを題材に,実装技術を学ぶ
- 一言で言えば「RubyでGemが作れるようになる」こと
- 再利用可能なコンポーネント開発の概念的理解を行う
- 高度なフレームワークを使いこなせるようになるために基本技術を押さえる
- 高度なフレームワーク(Rails等)は直接は取り上げない
*** この授業の目標
- Rubyで実際にコーデングを行い,コンポーネントを開発できる
- Git/GitHubを用い,開発の効率の向上・成果物の公開などができる
- Rubyのテスト技術について学ぶ
- RubyGemsに公開する方法
- Git/GitHubを用い,開発の効率の向上・成果物の公開などができる

** 授業の方法
*** この授業で用いる資料
Expand All @@ -61,9 +62,9 @@
- enPiTの仮想環境を利用
- 目標
- 「Vagrant」を利用できるようにする
- バージョン
- VirtualBox 4.3.28
- Vagrant 1.7.2
- 最新版のバージョン
- VirtualBox 5.0.22
- Vagrant 1.8.4

*** インストール方法(Windows)
- 資料
Expand Down
Binary file modified framework_development.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions latexmkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ $pdflatex = 'xelatex -shell-escape %S';
$bibtex = 'bibtexu %B';
$biber = 'biber --bblencoding=utf8 -u -U --output_safechars %B';
$makeindex = 'makeindex -o %D %S';
$pdf_previewer = 'evince';
$pdf_mode = 1;
$preview_continuous_mode = 1;

0 comments on commit 1e60804

Please sign in to comment.