You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some emails which are generated with delayed jobs, so there is no actual request at the time the emails are created. However they have many calls to generate links such as new_user_url(...), etc. All of these fails because there is no request.
It would be nice to be able to set a "fake" subdomain which is used during the processing of these jobs so any calls to url_for functions will work. Any ideas for this?
The text was updated successfully, but these errors were encountered:
I have some emails which are generated with delayed jobs, so there is no actual request at the time the emails are created. However they have many calls to generate links such as new_user_url(...), etc. All of these fails because there is no request.
It would be nice to be able to set a "fake" subdomain which is used during the processing of these jobs so any calls to url_for functions will work. Any ideas for this?
The text was updated successfully, but these errors were encountered: