September 18,2006
September 5,2006
同一組 DB table ,不同關係的設定方式
應該很多人有類似的想法吧?
今天兩個 tables ,他們的關聯不只一種
舉個例子:
User 這個 table 跟 Email 這個 table 是 1:m 的關係
email 這個欄位有 user_id -> 代表這個信的收信人是誰
還有 sender_user_id -> 代表這個信的寄件人是誰
今天如果使用 ActiveReocrd 的預設方式
...繼續閱讀
今天兩個 tables ,他們的關聯不只一種
舉個例子:
User 這個 table 跟 Email 這個 table 是 1:m 的關係
email 這個欄位有 user_id -> 代表這個信的收信人是誰
還有 sender_user_id -> 代表這個信的寄件人是誰
今天如果使用 ActiveReocrd 的預設方式
...繼續閱讀
August 25,2006
Rails 上面 Error Message 中文化
August 24,2006
Rails 的詭異問題
當你在開發Rails 程式的時候
突然會發現...
疑,他不動了...
還出現
解決方式: ...繼續閱讀
突然會發現...
疑,他不動了...
還出現
Application error
Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html
解決方式: ...繼續閱讀
August 3,2006