All direct child directories of app are automatically added to the eager- and autoload paths. They do NOT create a...
On the Rails console, assigning an object to a variable can lead to this strange error (without stacktrace): irb > recipient...
...and you can get an idea where the problem is coming from. D, [2023-11-06T12:02:29.443083 #74] DEBUG -- : [0.03s] convert /repo/tmp/1699268548-841333865692559-0001-8387/first_generated_preview_image/sample.jpg -auto-orient -resize 1280x720> /tmp/image_processing20231106-74-zks7q9.jpg...
...D, [2023-11-06T12:02:29.644009 #74] DEBUG -- : [0.02s] convert /repo/tmp/1699268548-841333865692559-0001-8387/second_generated_preview_image/sample.jpg -auto-orient -resize 1280x720> /tmp/image_processing20231106-74-17enk2.jpg D, [2023-11-06T12:02:29.831443 #74] DEBUG -- : [0.02s] convert...
I recently stumbled over a problem that my feature tests broke in CI because of a mismatching chromedriver version.
Legt man im DNS beispielsweise einen CNAME-Eintrag an, sollte das Ziel am Ende einen Punkt haben, also z.b. d31337.cloudfront.net...
It's not possible to change the bwlimit of Proxmox storages via the Web-UI (at least in Proxmox 7...
View specs are a powerful tool to test several rendering paths by their cases instead of using a more costing...
We regularly have tasks that need to be performed around a deploy. Be it to notify operations about changed application...
Note Don't use reruns as a mean to work around flaky tests. You should always try to fix those...
Do you remember finding where a method is defined? I recently that Method objects are quite useful within a debugging...
The linked rbenv plugin rbenv-each is very helpful to keep QoL gems up to date that are not part...
By default, Devise sends all emails synchronously with deliver_now. To change that, Devise's readme suggests overwriting the send...
Chromedriver (or selenium-webdriver?) will not reliably scroll elements into view before clicking them, and actually not click the element...
Browsers can auto fill-in one time codes if advised. Use it like this: Demo: https://twitter.com/sulco/status/1320700982943223808 Browser support...
Disclaimer This card is a collection of guides and things to have in mind when upgrading to a specific version...
Terraform (and terragrunt) gives a lot of output when running plan or apply, outputting a lot of progress information when...
Rails' url_for is useful for generating routes from a Hash, but can lead to an open redirect vulnerability.
In the linked page, Manuel Matuzović offers an FAQ regarding web components, and their accessibility in particular.
Newest versions of Chromedriver breaks the user agent for device emulation via device name. In previous versions the user agent...
Capybara allows you to filter elements that are focused. page.find(:fillable_field, focused: true) # Filtering only fillable inputs for performance...
An introduction to mangling When you minify ("compress", "optimize") your JavaScript for production, the names of your functions and variables...
In CI test runs I noticed that string sorting order changed after switching from a debian-based PostgreSQL docker image...
You can tell npm to install a package globally with npm -g install @puppeteer/browsers. However, it seems that its not...
Attention This is an edge-case. You probably don't want to mix different database dumps. It also requires that...