Patrik Bóna

Results 6 issues of Patrik Bóna

When `Rails` responds to an XHR request with `redirect_to http://localhost:3000/`, then it is converted to: ```js Turbolinks.clearCache() Turbolinks.visit("http://localhost:3000", {"action":"replace"}) ``` If the request was created by `rails-ujs`, then it is...

One of our users had recently issues with WordPress user creation. This was caused by the [Flamingo](https://wordpress.org/plugins/flamingo/) plugin. It looks that this plugin is pretty popular (200,000+ active installs), therefore...

Currently we support only post and pages in the bulk access tool, but we should investigate if we can support also custom post types.

enhancement
wordpress-plugin

They don't work correctly for some users. For example admin user who has no linked Memberful account. In that case both short codes apply, which is not correct.

See: https://justin.searls.co/posts/running-rails-system-tests-with-playwright-instead-of-selenium/

Since version 3.5.1, Rollbar reports errors raised from Action Mailer even if they are handled with `discard_on` or `rescue_from` in the delivery job. In fact, this behavior changed in 3.5.0,...