Hello, I am stuck in a problem which I am unable to understand. I am trying to send an email, which I have done before, after user registers himself on a website. User provides email address which he has to confirm before getting any further communication. I have to do three things before the user object is saved, like creating some other records and sending email to confirm email, in a transaction. But, rails is throwing some error (ArgumentError (interning empty string)) while calling Mailer.deliver_confirm(email, code). The stack trace is at http://pastie.org/496446 Please provide suggestions as where I am going wrong. I am using Rails-2.3.2 and Ruby-1.8.7 this time. -- Posted via http://www.ruby-forum.com/.
What''s going on in line 105 of accounts_controller.rb? Also, is there any information in the log file that corresponds to the failure? On Jun 1, 8:47 am, Aslam Syed <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hello, > > I am stuck in a problem which I am unable to understand. I am trying to > send an email, which I have done before, after user registers himself on > a website. User provides email address which he has to confirm before > getting any further communication. I have to do three things before the > user object is saved, like creating some other records and sending email > to confirm email, in a transaction. But, rails is throwing some error > (ArgumentError (interning empty string)) while calling > Mailer.deliver_confirm(email, code). > > The stack trace is athttp://pastie.org/496446 > > Please provide suggestions as where I am going wrong. I am using > Rails-2.3.2 and Ruby-1.8.7 this time. > -- > Posted viahttp://www.ruby-forum.com/.
I have written a ActionMailer class called the Mailer and I am sending email on that line: Mailer.deliver_confirm(email, code) There is no additional information other than the error message which I have pasted. Rick Lloyd wrote:> What''s going on in line 105 of accounts_controller.rb? Also, is there > any information in the log file that corresponds to the failure? > > On Jun 1, 8:47�am, Aslam Syed <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>-- Posted via http://www.ruby-forum.com/.