-
Notifications
You must be signed in to change notification settings - Fork 0
Rails Tips
ShinyaKato edited this page May 20, 2018
·
1 revision
bundle exec rails db:migrate:reset
bundle exec rails s -b 0.0.0.0
bundle exec rake sample_data:generate
rails console
- Problem.count
bundle exec rubocop -a
これをやると、修正できる問題は自動で直してくれる。
rails generate migration Addカラム名Toテーブル名 カラム名:型名