|
| 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