search for: jbz

Displaying 7 results from an estimated 7 matches for "jbz".

Did you mean: jb
2009 Aug 13
10
default value if textfield is empty
Hey all, im not sure where to set a default value if a textfield is empty? For now i do it in the controller, and check if the submitted parameter is blank. But this seems not to be the best solution... Thanks for your help! -- Posted via http://www.ruby-forum.com/.
2007 Dec 08
6
Rails 2.0 ActionMailer breaks my redmine render_message
I am using ''redmine'' (v 0.6) as my major project manager, seems running fine w Rails 2.0 (slight modifs for paginations..) but I am stuck with a major error when sending a confirmation email : mailer.rb class Mailer < ActionMailer::Base .... # Renders a message with the corresponding layout def render_message(method_name, body) layout =
2007 Feb 24
1
Bug in TMail ?
...-Mailer: Apple Mail (2.752.2) dsajnkjnsakdbkjsabadks jksadndsksjkknnas wejkrnwernkejwnrkjwernjk ewh kj r jnwkjernkwejwjkbhrekwjbr jkwb wkej bkjweb kjrwekj kjr kjwe rkjw ejwbjk rbkjb rkjweb rkwb ###### As you can see it''s a normal email, the from header is well formed (name <email-Jbz+COfnBihBDgjK7y7TUQ@public.gmane.org>). email.from returns: ''--- - nicholas.wieland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org '' I have the same behaviour sending with Mail.app and Gmail. Am I dramatically missing something here ? Or is it a bug in Tmail/ rails ? TIA, ngw -...
2006 Nov 01
0
CRASH: mail-cache-fields.c crash - new info, hacked 'solution'
...ause the crashing imap process had left an incomplete index file. Removing it thus forced a rebuild with the new code which seems to have fixed the problem. Thank you all for your patience. I hand this willingly over to the list. jb -- ------------------------------------ J.B. Zimmerman jbz at ximian.com Network Administrator Ximian - http://www.ximian.com ...a tiny little division of Novell. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed mes...
2005 Dec 17
13
Rookie with ActionMailer
...email and is pulled from my database table I''m set up like this: Controller: def email_list email = Email.find(:first) MailList::deliver_send_email(email) end Model: class MailList < ActionMailer::Base def send_email(email) @recipients = email.address @from = ''email-Jbz+COfnBiiw5LPnMra/2Q@public.gmane.org'' @subject = ''thanks for entering the contest'' end end Environment: # Include your app''s configuration here: ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.d...
2006 Oct 31
0
Continuing problems with zombied dovecot-auth procs; mail-cache-fields.c IMAP procs crashing
Folks- Hans Morten Kind was kind enough to confirm the issue I'm having with large mailboxes and the mail-cache-fields.c file (line 26: unreached error in logs when the imap process crashes out on large Maildirs). Has anyone implemented a fix for this that is both tested and applicable without making manual code changes myself, since I don't trust myself slashing about in source files?
2006 Oct 27
2
imap process crashing with "file mail-cache-fields.c: line 26: unreached"
Hoping someone's seen this and/or can help...heh. I'm running the at rpm of dovecot, version dovecot-1.0-0_27.rc10.el4.at. I'm running it on RHEL4, up to date. We're using Maildir (we're upgraded from a Courier-IMAP installation) and things are working...but...we have a few users with very large mailboxes (not their inboxes) where they archive stuff (200k+ messages). When