rails
文章平均质量分 76
cinic2003
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gem安装报错
在ubuntu11.04上安装mysql2的gem是报错 *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more detai...原创 2011-08-18 10:09:53 · 694 阅读 · 0 评论 -
用Exception Notification发送邮件
在rails项目中,用Exception Notification,可以在程序异常时发送通知邮件。 1.安装gem gem 'exception_notification', :require => 'exception_notifier' 并bundle install 2.安装Exception Notification 在config/initializ...原创 2011-07-07 14:57:19 · 235 阅读 · 0 评论
分享