一般傳統寄信的做法通常是靠 ActionMailler 去寄。不過 ActionMailer 本身有相當多的問題,大量使用會有維護上的困難。
- Oct 16 Fri 2009 14:14
-
[寄信] 使用 Mad Mini 發送電子報
這是今天在 EnvyLab 看到的一篇文章所提到的新 starup Mad Mini。
一般傳統寄信的做法通常是靠 ActionMailler 去寄。不過 ActionMailer 本身有相當多的問題,大量使用會有維護上的困難。
一般傳統寄信的做法通常是靠 ActionMailler 去寄。不過 ActionMailer 本身有相當多的問題,大量使用會有維護上的困難。
- Sep 09 Wed 2009 10:00
-
Plugin: Oink
http://github.com/noahd1/oink/tree/master
Description
Rails plugin and log parser to help narrow down the source(s) of increased memory usage in rails applications.
Description
Rails plugin and log parser to help narrow down the source(s) of increased memory usage in rails applications.
- Sep 04 Fri 2009 16:33
-
[懶人] Magick Installer
因為 rmagick 在 MacOS 下實在太難裝了。於是有人寫了一支 script 來處理這種惱人的事。
http://github.com/maddox/magick-installer
http://github.com/maddox/magick-installer
- Sep 03 Thu 2009 11:15
-
[Scale] 在 Rails Project 對 Database 打 index 應該注意的一些事項
Matt Jankowski provided a great article on properly indexing your database for your Rails application. He covers indexing validation and STI columns, state columns for state machines, association columns, and more.
- Aug 03 Mon 2009 11:31
-
Rails I18n From The Trenches
- Jul 22 Wed 2009 10:42
-
Pragmatic Patterns of Ruby on Rails
- Mar 12 Thu 2009 16:18
-
ARMailer 採用 multipart 在 Rails production 模式會有找不到 view 的問題
解法是 unpack armailer 放在 vendor/plugin 下。
- Mar 12 Thu 2009 16:15
-
Ubuntu 上跑 apache + mod_proxy 的注意事項
- Mar 12 Thu 2009 16:09
-
ARMailer 接 GMail 在 Ruby 1.8.7 上會踩到的問題
這個問題踩到兩三次了,主要是 ARMailer 現在沒有在更新,加上 Ruby 1.8.7 的問題多多。
跑 ar_sendmail 會爆掉,因為 argument 數量不對。
解法是把 ar_mailer unpack,然後把 action_mailer_optional_tls 的檔案 patch 過去。
copy /action_mailer_optional_tls/lib/smtp_tls.rb over /ar_mailer-1.3.1/lib/smtp_tls.rb.
跑 ar_sendmail 會爆掉,因為 argument 數量不對。
解法是把 ar_mailer unpack,然後把 action_mailer_optional_tls 的檔案 patch 過去。
copy /action_mailer_optional_tls/lib/smtp_tls.rb over /ar_mailer-1.3.1/lib/smtp_tls.rb.
1