YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 57 forks source link

Getting email to work in Rails 3 #63

Closed maltyeva closed 12 years ago

maltyeva commented 12 years ago

Rails3 uses a separate mailers category and does not use email through the model, so to get mail working, we'll need to refactor some of the code. Gonna do that now.

maltyeva commented 12 years ago

just thought on this: unless reservations sends mass emails, we won't need to use ar_mailer and can keep using action mailer.

maltyeva commented 12 years ago

added basic functionality (needs testing) https://github.com/YaleSTC/reservations/commit/dfcdc279f0cddd15983455a8bc77374f2bf4712d

maltyeva commented 12 years ago

74e8b0e - full functionality without HTML/gsub magic

maltyeva commented 12 years ago

795e378 - gsub error fixed and mailing is not functional.

maltyeva commented 12 years ago

merged into rails3_stable