Displaying 3 results from an estimated 3 matches for "do_finish".
Did you mean:
_m_finish
2006 Dec 28
1
ActionMailer/SMTP: Net::SMTPSyntaxError when message body contains only a 'dot'
...PSyntaxError (502 Error: command not implemented
):
/usr/local/lib/ruby/1.8/net/smtp.rb:680:in `check_response''
/usr/local/lib/ruby/1.8/net/smtp.rb:653:in `getok''
/usr/local/lib/ruby/1.8/net/smtp.rb:639:in `quit''
/usr/local/lib/ruby/1.8/net/smtp.rb:426:in `do_finish''
/usr/local/lib/ruby/1.8/net/smtp.rb:381:in `start''
/usr/local/lib/ruby/1.8/net/smtp.rb:316:in `start''
/usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.5/lib/action_mailer/base.rb:511:in
`perform_delivery_smtp''
/usr/local/lib/ruby/gems/1.8/gems/...
2006 Mar 13
0
Upload progress problem with Ajax component
...enuine Javascript
problem or whether I am not returning control to my page correctly.
Here are some code snippets
upload.rhtml:
<%= form_tag_with_upload_progress(
{ :action => ''save_HTML'' },
{ :begin => ''do_start()'',
:finish => ''do_finish(arguments[0])'',
:frequency => 5 }) %>
<%= file_field ''eSimplyJob'', ''file'' %>
<P>
<%= submit_tag "Upload" %>
</P>
<%= upload_status_tag %>
<%= end_form_tag %>
In my controller: upload_s...
2006 Feb 08
2
ActionMailer EOFError (sometimes)
...sr/local/lib/ruby/1.8/net/smtp.rb:651:in `getok''
/usr/local/lib/ruby/1.8/net/smtp.rb:649:in `critical''
/usr/local/lib/ruby/1.8/net/smtp.rb:649:in `getok''
/usr/local/lib/ruby/1.8/net/smtp.rb:639:in `quit''
/usr/local/lib/ruby/1.8/net/smtp.rb:426:in `do_finish''
/usr/local/lib/ruby/1.8/net/smtp.rb:381:in `start''
/usr/local/lib/ruby/1.8/net/smtp.rb:316:in `start''
/usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.1.5/lib/action_mailer/base.rb:436:in
`perform_delivery_smtp''
/usr/local/lib/ruby/gems/1.8/ge...