If an view spec crashes due to undefined helper methods, you can enable this option: # config/application.rb config.action_controller.include_all_helpers = true...

What is makandra cards? We are makandra, a team of 60 web developers, DevOps and UI/UX experts from Augsburg, Germany...

Your commit messages should include the ID of the issue your code belongs to. Our preferred syntax prefixes the issue...

This card describes four variants, that add a more intuitive workflow when working with nested attributes in Rails + Unpoly:

We are using assignable_values for managing enum values in Rails. Nevertheless Rails is adding more support for enum attributes...

When making requests using the http gem you might want to automatically follow redirects to get the desired response. This...

This card describes different flavors for concatting HTML safe strings in a helper method in Rails. You might want to...

...HTML elements can automatically start playing when the autoplay attribute is set on them. Except for when they can not...

Why do we migrate? Due to a change in licensing, we cannot provide Elasticsearch versions >= 8.0. Version 7.17.x will...

Debugging performance issues in your Rails app can be a tough challenge. To get more detailed insights consider using the...

makandra dev

There are two ways a logout in SAML can happen: Service Provider (SP) initiated and Identity Provider (IDP) initiated logout...

Note Using rem only ever makes sense when the root font size is dynamic, i.e. you leave control to the...

Starting with Rails 7.1 the production logger is set to standard out. For applications running with opscomplete ensure to keep...

If you are using git submodules in Gitlab CI, you might run into a "The project you were looking for...

tl;dr Prefer request specs over end-to-end tests (Capybara) to joyfully test file downloads! Why? Testing file downloads

It's 2024 and we have tools like ffmpeg, imagemagick and GPT readily available. With them, it's easy to...

If you want to system-wide disable the microphone of your external webcam in PulseAudio use the following one-liners...

developer.mozilla.org

A common cause of non-accessible web pages are elements that were made interactive via JavaScript but cannot be focused...

I recently built a screen with a very high and wide table in the center. This posed some challenges:

The Web Animations API has great browser support, and you should be using it to animate DOM elements from JavaScript...

All browsers implement an event named beforeunload. It is fired when the active window is closed and can be used...

I recently noticed a new kind of flaky tests on the slow free tier GitHub Action runners: Integration tests were...

Any form fields where users enter numbers should be an . Numeric inputs have several benefits over : On mobile or tablet...

tl;dr We recommend configuring Selenium's unhandled prompt behavior to { default: 'ignore' }. When running tests in a real browser...