Skip to content

Commit e6bfae1

Browse files
committed
Merge pull request #13 from hsbt/hsbt-continuous_delivery
Hsbt: Continuous Delivery in Ruby World
2 parents 33cff59 + 04a1090 commit e6bfae1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

hsbt-continuous_delivery/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Continuous Delivery in Ruby World
2+
3+
Continuous delivery is concept which is continuously supplying a value of software to users or customers.
4+
5+
Comprehensive patterns of the continuous delivery, we need to choose tools and development systems which are appropriate to our development process or quality assurance system.
6+
7+
"Continuous Delivery" by David Farley described comprehensive patterns of the continuous delivery. Some patterns and tools are required when Rubyist introduce continuous delivery.
8+
9+
In this presentation, I will show example of applying the patterns and practical tools of continuous delivery through an actual case.
10+
11+
Keyword: Ruby, Rails, Continuous Delivery, Continuous Integration, Quality Management, Deployment Pipeline
12+
13+
# Ruby の世界の継続的デリバリ
14+
15+
継続的デリバリはソフトウェアの価値をユーザー(または顧客)へ継続的に届ける考え方です。しかし、継続的デリバリを実現するためには、組織が持つ開発プロセスや品質保証体系に合わせたツールの採用と仕組み作りが必要です。
16+
17+
David Farley著「継続的デリバリー」には継続的デリバリーの包括的なパターンが記されています。Rubyist が継続的デリバリーを導入するためにはそれらのパターンやツールを知る必要があります。本発表では実際の経験から得られた、パターンの実例や採用したツールについて紹介します。
18+
19+
キーワード: Ruby, Rails, Continuous Delivery, Continuous Integration, Quality Management, Deployment Pipeline
20+
21+
- Preferred presentation day: [no preference]
22+
- Presentation language: [Japanese]
23+
24+
## SHIBATA Hiroshi
25+
26+
## paperboy&co., Inc., asakusa.rb
27+
28+
My bio
29+
30+
Operation engineer. My work mission is solving all technical problems in my company. I have been developping tDiary(like a blog system) for 10 years.
31+
32+
## 柴田博志
33+
34+
## 株式会社paperboy&co., asakusa.rb
35+
36+
プロフィール
37+
38+
技術基盤整備エンジニア、社内のあらゆる問題を解決することに没頭する毎日。tDiary という Web 日記システムの開発を10年続けている。
39+
40+
- [My website](http://www.hsbt.org)
41+
- [My twitter](https://twitter.com/#!/hsbt)
42+
- [Past talk slides](http://speakerdeck.com/u/hsbt)
43+
- [Past talk video, RubyKaigi 2011](http://vimeo.com/channels/rubykaigi2011/26601980)

0 commit comments

Comments
 (0)