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

  • SEARCH
  • Home
  • 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 7567093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:34:42+00:00 2026-05-30T14:34:42+00:00

I have an asynchronous job that sends an email to the user when it

  • 0

I have an asynchronous job that sends an email to the user when it completes. I’m testing the send email function with rspec.

In environments/test.rb I have this line

config.action_mailer.default_url_options = { :host => 'localhost:3000' }

In the action mailer view I have this line,

= link_to(@submission.title, @submission, {:only_path => false})

This generates a relative url

<a href="/submissions/1" only_path="false">Test Submission 1</a>

What I need is

<a href="http://localhost:3000/submissions/1">Test Submission 1</a>
  • 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-05-30T14:34:44+00:00Added an answer on May 30, 2026 at 2:34 pm

    Call the named route directly instead of allowing Rails to generate it for you. So turn your link into this:

    = link_to(@submission.title, submission_url(@submission))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a User Interface that receives asynchronous notifications from a Service that prompts
I have a rails app that has asynchronous processing, and I'm having trouble getting
I have a legacy C++ application that uses DDS for asynchronous communication/messaging. I need
I have a contact us form that uses Ajax (i.e. relies on asynchronous requests).
I have a client application that scrapes data into a raw table. This client
I am looking for a generic asynchronous Java job execution framework that could handle
I have a winform program that does some asynchronous IO on a SerialPort .
I have a widget in an ASP.NET project that I'm developing for my job.
I have an application that uses Task (TPL) objects for asynchronous execution. The main
Or can we have asynchronous code that executes in the same thread.

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.