-
Notifications
You must be signed in to change notification settings - Fork 3
開発メモ
pollseed edited this page Sep 13, 2015
·
2 revisions
er図を作るために以下を入力
% rake erd
# 以下が出力されたらおk
Loading application environment...
Loading code in search of Active Record models...
Generating Entity-Relationship Diagram for 6 models...
Warning: Ignoring invalid association :bots on RealtimeBotHashTagTracking (uninitialized constant RealtimeBotHashTagTracking::Bots)
Done! Saved diagram to erd.pdf.
# 一応変更が反映されているか確認
% open erd.pdf
https://github.com/springhackathon/harmox-user/blob/develop/erd.pdf
https://github.com/springhackathon/harmox-user/issues/26 このイシューの3つ目の項目を参考にクロームにツール導入し、開発時にブラウザの要素の検証のrailsを確認する