Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

書籍 RailsによるアジャイルWebアプリケーション開発 | 新規Webアプリケーションの作成

概要

新規Webアプリケーションの作成

詳細

以下のコマンドで新規のアプリケーションを作成する。

rails new depot

※depot部はアプリケーション名

結果

app/  config/  config.ru  db/  doc/  Gemfile  Gemfile.lock  lib/  log/  public/  Rakefile  README.rdoc  script/  test/  tmp/  vendor/