不好意思,恕我直言。产品方向和市场竞争格局令人堪忧阿
@luikore 能给一段 demo 的代码么
将 base_mailer.rb 清理后,问题解决,thanks @Martin91
@Martin91 mailer 下的 app/mailers/base_mailer.rb
class BaseMailer < ActionMailer::Base
default :from => Setting.email_sender
default :charset => "utf-8"
default :content_type => "text/html"
default_url_options[:host] = Setting.domain
layout 'mailer'
helper :topics, :users
end
@Martin91 下面是配置值,谢谢。
config.action_mailer.default_url_options = {
:host => 'example.com',
}
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: 'smtp.gmail.com',
port: 465,
domain: 'gmail.com',
user_name: 'demo',
password: 'demppw',
authentication: 'plain',
enable_starttls_auto: true }
请教一下@jianpanxiu 从 Unicorn 上迁移到了 PUMA 的动机是什么呢,据我所知 Github 仍运行在 Unicorn 上
@Martin91 谢谢回复。已在 config/environments/production.rb 添加过了如下一些配置:
onfig.action_mailer.default_url_options
config.action_mailer.delivery_method
config.action_mailer.smtp_settings
@dothide 感谢分享。我按照以上步奏走了一遍,restart unicorn 和 nginx 后,主页显示 403 Forbidden。请问你在部署时是否遇到同样的问题?谢谢
Git
楼主的招聘信息中充满了“最”和“超”,从中看出是加入了一家浮躁的公司。重酬模式已经有很多现成的开源项目,这个方向已经走到了类似团购网站的老路(满大街,论斤卖),建议楼主在投入时间和精力前三思
身在海外,未能参加,感谢分享
喜欢 3 号
一家公司当销售为主导的时候,优秀工程师就会离开,创新也将停止。现在的百度已沦为销售为主导的公司,不利于工程师成长。