我正在运行Rake 0.9.2,Ruby 1.9.2,Rails 3.0.9和Delayed_Job 2.1.4,我试图找出运行以下内容的原因
RAILS_ENV =开发脚本/ delayed_job start - 一切运行正常
RAILS_ENV =开发包exec rake jobs:work - 我得到了这个{你不能再直接调用ActionMailer :: Base.default_url_options了。您需要设置config.action_mailer.default_url_options。如果您使用独立的ActionMailer,则需要直接包含路由url_helpers。}
我正在尝试将此添加到welcome.html.erb消息
<p><%= link_to "#{new_user_session_url(:subdomain => @account.subdomain)}", new_user_session_url(:subdomain => @account.subdomain) %></p>