K
K
Konstantin Rudenkov2014-06-25 13:57:04
Ruby on Rails
Konstantin Rudenkov, 2014-06-25 13:57:04

How to explore an unfamiliar application in production?

Colleagues, hello everyone.
Prompt a way and tools.
There is an application on rails 4 + delayed_job. The application is quite ... hmm, specific, you can't say otherwise. I'm trying to figure out why the delayed_job task is not sending mail. In the logs, there is also a positive indication of the execution of the task, but as a result, the notification does not come.
I want to understand how and what is the best way to dig the application to find a plug?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Rudenkov, 2014-06-25
@rudenkovk

the variant with config.action_mailer.delivery_method = :filethe same does not work.

P
Puma Thailand, 2014-06-25
@opium

Well, it’s logical to look at some kind of production log
, or if you run it in a test environment, then sending mail is probably turned off there

A
Andrew Emelianenko, 2014-06-27
@YourWest

And show the code how you send mail, perhaps the problem is in it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question