resque_mail_queue
resque_mail_queue copied to clipboard
Simple mailer enqueueing with Resque
Bumps [activesupport](https://github.com/rails/rails) from 3.2.5 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [actionpack](https://github.com/rails/rails) from 3.2.5 to 7.0.4.1. Release notes Sourced from actionpack's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.2 to 3.0.4. Changelog Sourced from sinatra's changelog. 3.0.4 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai 3.0.3 / 2022-11-11 Fix: fixed...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.0 to 1.10.0. Release notes Sourced from i18n's releases. v1.10.0 What's Changed New Features LazyLoadable Backend by @paarthmadan in ruby-i18n/i18n#612 Add a version badge to README by...
Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
You probably should not be going to method missing for methods you have already called before... instead use define_method in the method missing implementation. It will speed things up. Take...