Michael Rykov

Results 25 issues of Michael Rykov

Is there any interest in optionally passing 'max-age' to the underlying datastore on write to automatically expire stale data? It has potential for memory saving if long-tail entries get cleaned...

This fix is to ensure that DataMapper adapter behavior matches ActiveRecord when a record is not found. This allows to consistently handle missing records using `rescue_from`, rather than checking the...

Currently prerelease versions like `1.2.5-beta` are matched successfully against non-prerelease ranges like `>= 1.2.0`. This may cause undesired behavior and/or unexpected instability. This change is to restrict prerelease matches to...

Sender validation is one of significant signals to spam filters. There are a number of standards (DKIM, SPF, DMARK, etc) that are all tedious to set up. This task is...

Some newsletters have a "Read this e-mail on the Web" link, and some newsletters like to publish issue archive online. Let's design this behavior for Paperboy ...

This can be done via Goreleaser, apparently