You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Hello guys
I've came across this issue when deployed my app to DigitalOcean VPS pre-configured for Rails app.
I was getting this
too many arguments for format string
/usr/local/rvm/gems/ruby-2.4.0/gems/madmimi-1.1.2/lib/madmimi.rb:358:in `%'
/usr/local/rvm/gems/ruby-2.4.0/gems/madmimi-1.1.2/lib/madmimi.rb:358:in `path'
/usr/local/rvm/gems/ruby-2.4.0/gems/madmimi-1.1.2/lib/madmimi.rb:237:in `send_mail'`
When calling send_mail from controller. Thing is that with $DEBUG == true the line 'smth' % {} raises that error and I've had my unicorn set up to enable debug.
I'm not sure if you think it's worth fixing or not. If you don't maybe noticing this in docs could be a good idea.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello guys
I've came across this issue when deployed my app to DigitalOcean VPS pre-configured for Rails app.
I was getting this
When calling
send_mail
from controller. Thing is that with$DEBUG == true
the line'smth' % {}
raises that error and I've had my unicorn set up to enable debug.I'm not sure if you think it's worth fixing or not. If you don't maybe noticing this in docs could be a good idea.
The text was updated successfully, but these errors were encountered: