All I Really Need to Know I Learned by Writing My Own Web Framework

11/7 10:25-11:05 @ Room1 by Ben Scofield

翻訳元: http://rubyconf.org/talks/25


ほとんどのひとが新しい言語で書く最初のプログラムは、もちろん "Hello world"。ほとんどのひとが新しいフレームワークでつくる最初の2つのアプリは、todo リスト管理とブログである。使い古されたものであるが、理由がある。Hello World は、言語の構文感覚を与え、単純なウェブアプリは、標準的な課題 (データベースとのやりとりや View のテンプレートなど) をいかにフレームワークで扱うかがわかるようになる。

最近、わたしは自身でウェブフレームワークを書くことで次のステージに進んだ。そのなかで、Ruby がどのように動くか、ウェブがどのようにつくられているか、さらに使ったことのある従来のフレームーくについてより学んだ。このセッションでは、かつてより簡単に自作のフレームワークをつくれるツールをみてみて、私の学んだ面白いことをお伝えしよう。

About Ben Scofield

Ben Scofield is Development Director for Viget Labs' NC office, where he builds Rails applications for web startups. He's been working on the web for about ten years, and using Ruby and Rails for over three and a half years, during which time he's stayed active in the community by speaking (at conferences in the US and Europe) and writing (for the inaugural issue of The Rubyist, and the book Practical REST on Rails 2 Projects). He lives in Durham, NC with his wife and daughter, and (when he can find the time) blogs at http://www.culann.com/.