Last active
December 22, 2015 01:29
-
-
Save kyanny/6396592 to your computer and use it in GitHub Desktop.
RubyConf 2013 CFP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title | |
Tachikoma - Continuous gem dependency updating with pull request | |
Abstract | |
Today you manage gems of Ruby application with Bundler, but you often neglect to update. | |
Whatever gems your application depends on, you can get the most benefit by following cutting-edge. Eventually you have to update them, so if you do it more frequently you'll have less pain. | |
We created Tachikoma http://rubygems.org/gems/tachikoma, an open-sourced bundle update automation tool. In this talk, we talk about how hard doing daily bundle update by hand and how Tachikoma solves it. We also introduce real world use case of Tachikoma. | |
Notes | |
* At RubyKaigi2013, Kensuke Nagae talked about the method of daily bundle update automation. http://rubykaigi.org/2013/talk/S72 Tachikoma is inspired by this idea. | |
* Actually, Tachikoma does "reduction of labor". We consider full-automation is dangerous. We believe that it is good to make final judgement by human. Pull request is the best checkpoint, so we designed Tachikoma to fit it. | |
* If we have spare time, we talk about the future plan of Tachikoma, for example "Tachikoma as a Service" or adding some features. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kenichi Murahashi, better know as Sanemat(@sanemat), likes pull request for any ruby projects. He is a software developer from Tokyo, Japan. He works for Oh My Glasses Inc. Sanemat and Kensuke are the co-leads of the Tachikoma project.