resque_mail_queue icon indicating copy to clipboard operation
resque_mail_queue copied to clipboard

Simple mailer enqueueing with Resque

Results 7 resque_mail_queue issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...