---
title: "Issue #813: A new attempt to fork Rails — Ruby Weekly"
url: https://daily.dev/posts/issue-813-a-new-attempt-to-fork-rails-ruby-weekly-kbcj0j5vw
source_url: https://rubyweekly.com/issues/813
type: article
source: "Ruby Weekly"
published: 2026-08-13T13:22:20.535Z
updated: 2026-08-13T13:22:44.040Z
tags: ["ruby", "rails", "web-security"]
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.

# Issue #813: A new attempt to fork Rails — Ruby Weekly

**[Ruby Weekly](https://daily.dev/sources/rbywkly)** · 3 min read · 0 upvotes · 0 comments

## Summary

Ruby Weekly issue 813 covers Lucas Dohmen's new community-run Rails fork called Amiko, which criticizes Rails' stagnation and DHH's direction, drawing pushback from Ryan Bigg who favors Hanami instead. Also covered: Rails 7.2 officially reaching end of security support on August 9 (with Rails 8.0 following November 7), a breaking JSON gem 3.0.0 RC1 release removing create_additions, Matz's proposal for String#tr hash-style options, Euruko and Rails World 2026 event details, an LLM agent coding experiment, and several gem releases (Haml 7.3, Reline 0.7, Delayed 4.0, Ahoy Email 4.0, Brakeman 8.0.6).

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://rubyweekly.com/issues/813>

## Questions this post answers

### When does Rails 7.2 stop receiving security support?

Rails 7.2 stopped receiving official security support as of August 9. Rails 8.0 will reach the same end-of-support point on November 7. Teams still running Rails 7.2 in production should plan an upgrade path since no further security patches will be issued for that version.

_daily.dev helps Rails teams track framework end-of-life dates before they turn into unpatched vulnerabilities._

### What breaking changes are in the json gem 3.0.0 RC1 release for Ruby?

The json gem 3.0.0 RC1 removes create_additions, making JSON.load and JSON.dump safe by default, and it now raises an error on unknown options instead of silently ignoring them. This is an intentionally breaking release that maintainer Jean Boussier is asking developers to test ahead of the full release next month.

_developers upgrading Ruby's json gem can follow breaking changes like these on daily.dev before shipping._

### What is Amiko and why was it created as a fork of Rails?

Amiko is a community-run fork of Rails 8 announced by Lucas Dohmen, who argues that Rails' core has changed little since version 6.0 and that DHH's philosophy no longer matches his own vision for the framework. Critic Ryan Bigg has pushed back on the idea, arguing the Hanami framework is a better path forward instead.

_daily.dev keeps Rails developers weighing framework forks like Amiko against alternatives such as Hanami._

## Similar posts on daily.dev

- [Rails is done](https://daily.dev/posts/rails-is-done-bxobwivpz) · RUBYLAND · 3 upvotes · 0 comments
- [Amiko: A desperate virtue signalling attempt](https://daily.dev/posts/amiko-a-desperate-virtue-signalling-attempt-ki3u9lp37) · RUBYLAND · 0 upvotes · 0 comments
- [Short Ruby Newsletter - edition 153](https://daily.dev/posts/short-ruby-newsletter---edition-153-ehebi299h) · RUBYLAND · 1 upvotes · 0 comments

---

Tags: [#ruby](https://daily.dev/tags/ruby), [#rails](https://daily.dev/tags/rails), [#web-security](https://daily.dev/tags/web-security)

[View this post on daily.dev](https://daily.dev/posts/issue-813-a-new-attempt-to-fork-rails-ruby-weekly-kbcj0j5vw)
