Tag: Rails4/デモアプリ
bundle exec rails generate scaffold book title:string author:string summary:text
bundle exec rake db:migrate RAILS_ENV=development
bundle exec rails s -e development