Rails

Store

% ruby script/generate controller Store index
% edit app/controllers/store_controller.rb
% edit app/models/product.rb
% edit app/views/store/index.rhtml

DBのフィールドの変更

% edit db/create.sql
% mysql -u root depot_development < db/create.sql
% grep fileName

Page Decorator

% copy app/views/layouts/store.rhtml
% copy app/views/store/index.rhtml
% copy depot_final/public/stylesheets/depot.css
% copy log.png