Re: [Rails-core] ActionMailer with Mail gem - It is here

2009-11-24 Thread Mikel Lindsaar
On 25/11/2009, at 3:00, Chad Woolley wrote: > On Mon, Nov 23, 2009 at 4:29 PM, Mikel Lindsaar > wrote: >> So I just updated the mail gem to 1.3.0 and against my fork of >> actionmailer >> at github/mikel/rails, ActionMailer now passes all tests in MRI >> 1.8.6, 1.8.7 >> and 1.9.1 > > Now

[Rails-core] [PATCH] Autolinking non-http protocols doesn't work

2009-11-24 Thread Zach Brock
If you redefined the AUTO_LINK_RE to support protocols other than HTTP, bad links are generated. In the auto_link_urls code it checks if there is an http in the generated href and if there isn't it prepends one. If you're using auto_link_urls on, for example, ftp:// links, instead of ftp://example.

[Rails-core] Attribute option on Errors#full_messages

2009-11-24 Thread Glenn
I want to be able to display full validation messages next to form elements. Currently I can only get validation errors without the prefix for specific fields, or I can get message for all attributes, at which point it's impossible to tell which message came from which attribute. I made a patch wh

Re: [Rails-core] ActionMailer with Mail gem - It is here

2009-11-24 Thread Chad Woolley
On Mon, Nov 23, 2009 at 4:29 PM, Mikel Lindsaar wrote: > So I just updated the mail gem to 1.3.0 and against my fork of actionmailer > at github/mikel/rails, ActionMailer now passes all tests in MRI 1.8.6, 1.8.7 > and 1.9.1 Now how about JRuby? ;) -- You received this message because you are su