MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

ActionMailer deprecations #551

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-380: When I run specs on master blacklight, I get reports in my output of deprecated ActionMailer usage by BL.

Oddly, I think cbeer said he was unable to reproduce, I have no idea why this might be. Curious if anyone else can reproduce. From my seat at least, it looks like we need to fix BL to stop using deprecated ActionMailer calls in Rails 3.1.

  DEPRECATION WARNING: recipients(value) is deprecated. Please pass :to as hash key to mail() instead. (called from email_record at /home/rochkind/bl-master-testing/app/models/record_mailer.rb:8
MrDys commented 12 years ago

Original reporter: jrochkind

MrDys commented 12 years ago

jrochkind: removed call to deprecated ActionMailer api