Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Syntax errors in email templates #3

Closed
vilcans opened this issue Jul 30, 2014 · 2 comments
Closed

Syntax errors in email templates #3

vilcans opened this issue Jul 30, 2014 · 2 comments

Comments

@vilcans
Copy link

vilcans commented Jul 30, 2014

There seem to be syntax errors in the e-mail template:

[Worker(host:26be2f4592b8 pid:1)] Starting job worker
[Worker(host:26be2f4592b8 pid:1)] Class#signup_email failed with ActionView::Template::Error: /opt/app/app/views/user_mailer/signup_email.html.erb:20: syntax error, unexpected '}', expecting ')'
...ion_mailer.default_url_options} );@output_buffer.safe_concat...
...                               ^
/opt/app/app/views/user_mailer/signup_email.html.erb:36: syntax error, unexpected '}', expecting ')'
...ion_mailer.default_url_options} );@output_buffer.safe_concat...
...                               ^
/opt/app/app/views/user_mailer/signup_email.html.erb:45: syntax error, unexpected '}', expecting ')'
...ion_mailer.default_url_options} );@output_buffer.safe_concat...
...                               ^
/opt/app/app/views/user_mailer/signup_email.html.erb:66: syntax error, unexpected '}', expecting ')'
...ion_mailer.default_url_options} );@output_buffer.safe_concat...
...                               ^
/opt/app/app/views/user_mailer/signup_email.html.erb:72: syntax error, unexpected '}', expecting ')'
...ion_mailer.default_url_options} );@output_buffer.safe_concat...
...                               ^
/opt/app/app/views/user_mailer/signup_email.html.erb:101: syntax error, unexpected keyword_ensure, expecting ')'
/opt/app/app/views/user_mailer/signup_email.html.erb:103: syntax error, unexpected keyword_end, expecting ')' - 0 failed attempts
[Worker(host:26be2f4592b8 pid:1)] 1 jobs processed at 4.1764 j/s, 1 failed ...
@danielschwartz
Copy link
Contributor

Can you open up a Pull Request with a fix? I unfortunately won't have a ton of time in the next couple weeks to devote to debugging.

danielschwartz added a commit that referenced this issue Aug 2, 2014
fixes for syntax error in mailer - issue #3
@danielschwartz
Copy link
Contributor

Fixed in latest PR closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants