Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8597667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:57:51+00:00 2026-06-12T00:57:51+00:00

I am using the devise-async gem to send my devise emails asynchronously – using

  • 0

I am using the devise-async gem to send my devise emails asynchronously – using Resque.

I am doing some simple RSpec controller tests to make sure the, say, forgotten password is being sent, by inspecting the ActionMailer::Base.deliveries array.

This used to work before I started using the devise-async gem. How can I “send” the emails on the queue immediately, so that they end up in ActionMailer::Base.deliveries?

For example – when I used delayed_job to send them asynchronously (not using the devise-async gem), I could add this to my devise initializer:

Delayed::Worker.delay_jobs = !Rails.env.test?

Which would deliver emails straight away to make it easier to test. So – is there a similar technique I can use when using devise-async?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:57:52+00:00Added an answer on June 12, 2026 at 12:57 am

    Ok – I have found the answer:

    In an initializer file, do the following:

    Resque::Mailer.excluded_environments = [:test]
    

    For general Resque jobs, add the following:

    Resque.inline = Rails.env.test?
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using devise 2.1.0 I am trying to send the new registration page a PricingPlan
I'm using devise 2.1.0. On dev, things are great. I just tried doing a
I am using Devise gem and I want to change the redirect path after
Using Devise, I know how to protect controller actions from non-signed-in users through: before_filter
I'm using devise gem for login functionality in my Rails3 application.The gem as provides
So I am using Devise and in my Forgot Password emails; it contains this:
I using devise gem for registration but i have problem. my table include: first_name,
I'm using devise gem to implement authentication in my Ruby On Rails application. Sometimes
I am using Devise gem for authentication in my current project. I am stuck
I'm using Devise authentication gem with Rails. How to display the message from devise.en.yml:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.