mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

Ruby 3でMastodonチャレンジお次は
$ bundle exec rails assets:precompile

ArgumentError: wrong number of arguments (given 3, expected 2)
…/vendor/bundle/ruby/3.0.0/bundler/gems/rails-b2c3b1371c99/actionpack/lib/action_dispatch/middleware/static.rb:111:in `initialize'
…/vendor/bundle/ruby/3.0.0/bundler/gems/rails-b2c3b1371c99/actionpack/lib/action_dispatch/middleware/stack.rb:37:in `new'
:

zunda

stack.rbで
klass.new(app, *args, &block)

def initialize(app, path, index: "index", headers: {})
を読んでる。ヨクワカラナイ。