
Rails 技术
tumayun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
rails2.3.2 ExceptionNotifier 配置
必须先在项目中要加入plugin exception_notifier(附件就是) 然后首先在development.rb文件中加入ActionMailer::Base.delivery_method = :smtpActionMailer::Base.smtp_settings = { :address => "smtp.a-it.jp", ...2012-02-10 11:52:33 · 142 阅读 · 0 评论 -
Rails Caching Stores
粘贴至Rails APICaching storesAll the caching stores from ActiveSupport::Cache are available to be used as backends for Action Controller caching. This setting only affects action and fragment cachi...2012-06-28 23:54:34 · 126 阅读 · 0 评论