@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2012-06-01から1ヶ月間の記事一覧

書評: リーダブルコード

オライリー・ジャパン高様より献本いただきました。ありがとうございます。「The Art of Readable Code」については過去にブログで二度触れたことがありますが*1、日本語訳の出版に際し改めて紹介すると、これはコーディングに上達したい人のための本です。…

Serve static html file with assets at both production and development

The best way to serve static html pages at Rails 3 is using asset pipeline. An article Precompile Static HTML Pages with Rails 3 Asset Pipeline describes how to do it.By the way, asset pipeline is a mechanism for production environment, so…

「Webエンジニアのための データベース技術[実践]入門」を読んだ

モバゲー本ではてブやツイッターがひとしきり盛り上がった本日ですが空気を読まずに元モバゲーの人が書いた本の書評を書きます。著者の松信さんはたぶん説明不要ですが MySQL のスペシャリストで先日 Facebook に転職された凄腕エンジニアです。その人が書い…

Dear @picplz, I made exporter but...

Picplz announced about shutdown. They provide original picture download solution, but I'm bored to click each links, so I try to make zip downloader. Due to the authentication mechanism of original picture download link, I cannot access or…

Rails 3.2.5 and uniqueness validation failure problem

Rails 3.2.5 was released today. I tried to upgrade my application from 3.2.3 to 3.2.5, but I encountered uniqueness validation failure problem.This problem reported at #5853. I read the discussion of this issue. I'm about understood about …

Git Advent Calendar / June 当番カレンダー

Qiita 主催の Git Advent Calendar / Jun. に参加登録をしたけど、 ATND の参加者一覧だと自分が何日目の担当かわかりづらかったので、パッと見でわかりやすい当番カレンダーを作ってみた。Git Advent Calendar / June 当番カレンダー http://qiitagitcalend…