I've added a patch with some tests to highlight an issue with asset_host and ActionMailer:
rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1394- compute_asset_host-bombs-when-asset_host-proc-and-called-from-a-mailer There's also a patch to fix this problem. I have a question: Does anyone use the request argument in their Proc for anything other than checking for SSL? Looking back at the original ticket, that was the primary reason for the change: http://dev.rubyonrails.org/ticket/10549 Would it make sense to add ssl_asset_host to ActionController::Base and depreciate two argument Proc's? I'm happy to work up a patch for this, just wanted to make sure I'm not missing a use case for the request argument. Tekin Suleyman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
