エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Implementing inheritance with params: CreateProducts < ActiveRecord::Migration[5.0] - Ruby Blog
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Implementing inheritance with params: CreateProducts < ActiveRecord::Migration[5.0] - Ruby Blog
Implementing inheritance with params: CreateProducts < ActiveRecord::Migration[5.0] Follow @makag... Implementing inheritance with params: CreateProducts < ActiveRecord::Migration[5.0] Follow @makagon In Rails 5 each migration class is inherited from ActiveRecord::Migration[5.0]. It looks quite unusual to see that [5.0] part at the end of the parent class. In this article I'll describe why we might need it and how it works. It all started from the message in dry-rb channel on Gitter. Somebody ask