(Rails3.2.13) ほかに Spring や Zeus とかありますが、あえて DHH の Commands を使ってみた。 https://github.com/rails/commands http://railscasts.com/episodes/412-fast-rails-commands?language=ja&view=asciicast ちなみに Commands は rails console の中で使うものらしい。 確認用下準備 $ rails new commands -T --skip-bundle $ cd commands Gemfile group :development, :test do gem 'rspec-rails' gem 'commands' end $bundle install $ rails generate scaffold