OSDN Git Service

作業途中のものをアップ
authorTaro Matsuzawa <tmatsuzawa@kbmj.com>
Sat, 1 May 2010 12:59:11 +0000 (21:59 +0900)
committerTaro Matsuzawa <tmatsuzawa@kbmj.com>
Sat, 1 May 2010 12:59:11 +0000 (21:59 +0900)
commitb968d52196e53ccb5c87085a6adf85246c628f72
treea9190f0a24be5d7433029afed0568237d9c06e55
parent42680b3d7f67d0258f4666c2de957f5fc25673f7
作業途中のものをアップ
33 files changed:
app/controllers/admin/base_controller.rb
app/controllers/admin/retailers_controller.rb [new file with mode: 0644]
app/controllers/base_controller.rb
app/controllers/cart_controller.rb
app/models/retailer.rb
app/views/admin/retailers/_form.html.erb [new file with mode: 0644]
app/views/admin/retailers/_submenu.html.erb [new file with mode: 0644]
app/views/admin/retailers/edit.html.erb [new file with mode: 0644]
app/views/admin/retailers/index.html.erb [new file with mode: 0644]
app/views/admin/retailers/new.html.erb [new file with mode: 0644]
app/views/cart/_order_deliveries.html.erb
app/views/cart/_set_delivery_each_retailer.html.erb
app/views/cart/_set_delivery_each_retailer_mobile.html.erb [new file with mode: 0644]
app/views/cart/_set_point_each_retailer.html.erb [new file with mode: 0644]
app/views/cart/_set_point_each_retailer_mobile.html.erb [new file with mode: 0644]
app/views/cart/confirm.html.erb
app/views/cart/confirm_mobile.html.erb
app/views/cart/delivery.html.erb
app/views/cart/delivery2_mobile.html.erb [new file with mode: 0644]
app/views/cart/delivery_mobile.html.erb [new file with mode: 0644]
app/views/cart/purchase.html.erb
app/views/cart/purchase_mobile.html.erb
app/views/cart/select_delivery_time_with_delivery_trader_id_ajax.html.erb [new file with mode: 0644]
app/views/cart/shipping_mobile.html.erb
app/views/cart/show_mobile.html.erb
app/views/products/show_mobile.html.erb
config/routes.rb
public/javascripts/cart_delivery.js [new file with mode: 0644]
spec/controllers/admin/retailers_controller_spec.rb [new file with mode: 0644]
spec/controllers/cart_controller_spec.rb
spec/fixtures/delivery_fees.yml
spec/fixtures/delivery_times.yml
spec/models/retailer_spec.rb