Dmitry Polushkin

Results 17 issues of Dmitry Polushkin

On the latest rails 5.2 once I click "send to" button I get the message: `ActionController::InvalidAuthenticityToken`. `authenticity_token` field is being sent.

I would like to discuss feature that will give ability for the users to change context in the mailer previews without creating a new previewer. Not all the mails are...

Feature

How to use it in production? https://github.com/pallymore/wkhtmltopdf-binary-edge#recommended-for-development--testing-only

I think namespace must be done in that way: http://github.com/jsmestad/translator/commit/293937b904e5d9a5c2a1ffbe118b1069e265a50a splitted by slash, and scoped as an array. Thank you, Dmitry

While working in `thread` concurrency model number of workers are growing, and unable to be disabled even after memory limitation should get out of the traffic stream. Example below is...

As of sidekiq 6.0 daemonization removal (https://github.com/mperham/sidekiq/commit/5987a8c352a220a94e1850c79186d82c35050d85#diff-411201f0104d91346964914342a07cefL324) `--index` argument is not available anymore. If you try to deploy sidekiq 6.0 with `--index` the deployment will be failed with `invalid option:...

Prevent injection of the `t` and `textilize` methods into a `ERB` module through the `Util` module. When using the `i18n` gem in Rails it uses textilize method, instead of `translate`...