undefined method `name' for “actionmailer”:String

橙三吉。 提交于 2019-11-29 03:29:30

I had this problem. The solution is to downgrade rubygems to a version you support.

I needed version 1.3.5 (for rails 2.3.5)

So you need to do:

gem install rubygems-update -v 1.3.5

update_rubygems --version=1.3.5

And now rake should work.

urjit on rails

I think you should update the RubyGems version.
Try gem install rubygems-update.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!