Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ゆるゆるMastodon 鯖缶生活

S.H.
January 17, 2025
280

ゆるゆるMastodon 鯖缶生活

東京Ruby会議12 前夜祭イベント

S.H.

January 17, 2025
Tweet

Transcript

  1. mastodon(prod)> Account.second => #<Account:0x000076947e3fe240 username: "S_H_", domain: nil, created_at: "2017-05-02

    11:57:19.010191000 +0000", updated_at: "2024-11-10 08:29:12.954805000 +0000", display_name: "S.H.@Haloはいいぞ", uri: "", url: nil,
  2. You'll need to update your bundle to a version other

    than mimemagic (0.3.3) that hasn't been removed in order to install.
  3. 開発ブランチでの運用 Ruby masterとMastodon mainでサーバを 運用 Ruby 3.1 から masterまでのバージョンでCI を回している

    最新のRubyやMastodonに導入された新機能 を試し、バグなどがないかを確認 運用できないレベルのバグの場合は一旦バー ジョンを落とす
  4. 実際の問題を検知ができたコード # デフォルト値ありの引数として定義されている def process(url, terminal = false) # ...

    end def process_html(response) # 実際にはキーワード引数で渡されていた process(json_link['href'], terminal: true) unless json_link.nil? end