Update(2008/4/13): 今日投影片在此。 第一次要在大 conference 上做 presen …
作者彙整: ihower
Rails Email 同時提供 plain 及 html 版本
讓 Email 同時提供 text/plain 跟 text/html 版本,讓不支援 HTML 的 Emai …
Rails L10n 多國語言方案
如果是需要多國語言,我在 registrano.com 是使用Globalize plugin,它是把翻譯資料 …
一些 Ruby Dynamic Features 記事 (3) define_method
Update(2010/4/15): self, current class 與 class_eval, in …
一些 Ruby Dynamic Features 記事 (2) singleton class
在Ruby中,singleton method指的是只有該物件才有的方法,而加在 Class object 上 …
一些 Ruby Dynamic Features 記事 (1) OOP
趁過年把 The Ruby Way 拿起來讀一讀,大部頭一本沒辦法從頭念到尾,就挑了最重要的第11章( OOP …