
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
What is the right approach to deal with Rails db/schema.rb file in GIT?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
What is the right approach to deal with Rails db/schema.rb file in GIT?
Well the standard schema.rb file for Rails 2 has this at the end of the comment block at the top ... Well the standard schema.rb file for Rails 2 has this at the end of the comment block at the top of the file: # It's strongly recommended to check this file into your version control system. The Rails 3 schema.rb that I have kicking around says the same thing. I think the comment says it all. Update in response to comments: Yes, mistakes can be made and you can get conflicting changes and bugs man