エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
TIL: "warning: toplevel constant X referenced by Y"
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
TIL: "warning: toplevel constant X referenced by Y"
We ran into an interesting issue recently. After a seemingly unrelated change a large number of t... We ran into an interesting issue recently. After a seemingly unrelated change a large number of tests failed with messages saying warning: toplevel constant X referenced by Y. The Situation For a logistics platform we needed multiple JSON-APIs (one for clients, one for couriers). Both are using different data formats and therefore require separate JSON serializers (we are using ActiveModel::Serial