Notes &
とりあえずrails3をつかってみる
rails user これでuserプロジェクトができる。
rails c で前の script/console、
rails s で前の script/server
Gemfileというのがある。これに必要なgemを書き込んでおくと、
sudo bundle install で
必要なgemがシステムにインストールされる。
bundle package で必要なgemが vendor/cache にインストールされる。
rails plugin install でプラギンのインスコ。