rake db rake doc rake gems rake log rake middleware rake notes rake rails rake routes rake secret rake stats rake test rake time rake tmp [参考記事] rake --helpとrake -Tの実行結果 rake -T rakeタスクの一覧を表示する。 rake db:abort_if_pending_migrations Raises an error if there are pending migrations 実行されてないmigrationを表示する。 rake db:charset Retrieves the charset for the current environment's database データベースの文字コードを表示する。 my