Skip to content

Instantly share code, notes, and snippets.

@kyanny
Last active December 22, 2015 01:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/6396592 to your computer and use it in GitHub Desktop.
Save kyanny/6396592 to your computer and use it in GitHub Desktop.
RubyConf 2013 CFP
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.
@kyanny
Copy link
Author

kyanny commented Aug 31, 2013

Kensuke Nagae (@kyanny) is a Japanese software developer at Quipper. He is a first contributor of Tachikoma. He lives in Tokyo with his wife and pretty cat. He likes learning something and he wants to be a cross-functional developer.

@sanemat
Copy link

sanemat commented Aug 31, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment