undefined method `name for actionmailer:String (NoMethodError)undefined method `name for actio
undefined method `name' for "actionmailer":String (NoMethodError)
undefined method `name' for "actionmailer":String (NoMethodError)
这会出现在rails2.3中, 如果你的gem版本比较高的话,我的是1.8.10的, 降级为1.6.2即可
gem update --system 1.6.2
