---
title: "Continuations 2026/34: First anniversary!"
url: https://daily.dev/posts/continuations-2026-34-first-anniversary--enxkzkmcf
source_url: https://timriley.info/posts/continuations-202634-first-anniversary
type: article
source: "RUBYLAND"
published: 2026-08-26T00:58:24.257Z
updated: 2026-08-26T01:10:01.424Z
tags: ["open-source", "ruby", "hanami"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Continuations 2026/34: First anniversary!

**[RUBYLAND](https://daily.dev/sources/rubyla)** · 3 min read · 0 upvotes · 0 comments

## Summary

A weeknotes update marking the one-year anniversary of a weekly writing habit, alongside a wrap-up of recent Hanami ecosystem work: a Hanami View 3.0.2 release fixing a Tilt/Herb ERB extension conflict, a Hanami 3.0.2 release fixing view auto-rendering exposure precedence, merged PRs improving callback support in Hanami Action and Utils, work on external command options in Dry CLI, an in-progress database provider issue, and simplifications to an upcoming Dry Operation release. Also mentions a second Hanakai sponsorship drive post that brought in ten new sponsors.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timriley.info/posts/continuations-202634-first-anniversary>

## Questions this post answers

### Why did Hanami View's CI start failing after upgrading to Tilt 2.9.0?

Tilt 2.9.0 registered the Herb template engine for the .html.erb extension, and Herb's ERB handling doesn't quite match Hanami View's expected behavior, which broke CI. The maintainer fixed the mismatch and shipped the fix in Hanami View 3.0.2, while also beginning work with Herb's author to make the two integrate properly going forward.

_Track breaking dependency updates like this Tilt and Herb conflict on daily.dev before they hit your CI._

### What does Hanami 3.0.2 fix regarding view auto-rendering?

Hanami 3.0.2 fixes view auto-rendering so that exposures are preferred over params when both are present, addressing a bug reported by a community member. This ensures more predictable behavior for apps relying on Hanami's automatic view rendering feature.

_Ruby developers keeping Hanami dependencies current can follow patch releases like this via daily.dev._

## Similar posts on daily.dev

- [Continuations 2026/33: Commercial kitchen](https://daily.dev/posts/continuations-2026-33-commercial-kitchen-ji8jrss2y) · RUBYLAND · 0 upvotes · 0 comments
- [Continuations 2026/17: 4 days](https://daily.dev/posts/continuations-2026-17-4-days-br2yvz9nm) · RUBYLAND · 0 upvotes · 0 comments
- [Continuations, 2025/35: Long game](https://daily.dev/posts/continuations-2025-35-long-game-edifk1qys) · RUBYLAND · 1 upvotes · 0 comments
- [Continuations 2026/23: En fuego](https://daily.dev/posts/continuations-2026-23-en-fuego-2ajxj61kx) · RUBYLAND · 0 upvotes · 0 comments
- [Continuations 2026/16: Pent up](https://daily.dev/posts/continuations-2026-16-pent-up-dmxo2c6zx) · RUBYLAND · 0 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#ruby](https://daily.dev/tags/ruby), [#hanami](https://daily.dev/tags/hanami)

[View this post on daily.dev](https://daily.dev/posts/continuations-2026-34-first-anniversary--enxkzkmcf)
