Skip to content

February 2021: The 'quiet after the storm' release

Pre-release
Pre-release
Compare
Choose a tag to compare
@denny denny released this 01 Feb 19:55
· 2348 commits to main since this release
66dfcf7

A quiet month, after last month's big bang of Ruby + Rails upgrades!

Bug fixes include tags on hidden content being hidden now, a fix to user profile instantiation in dev that stops the User.profile relation vanishing under stress, and more robust handling of attempts to hit non-existent non-HTML resources (usually by malware).

Various bits of work on code quality - in particular, refactoring around the User model, and moving admin 'quick search' implementation details from controllers to models. Also, properly adding Ruby Critic, and continuing to nibble away at the things it highlights.

The MJML syntax validator was rewritten to use the mjml -v directly, rather than going through the Mjml::Parser gem.

Changes to error handling to make it more standard - mostly starting with 404s.

See the release notes for more details.