create index page, create model cart
Showing
| ... | ... | @@ -25,10 +25,10 @@ gem 'sdoc', '~> 0.4.0', group: :doc |
| # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | ||
| gem 'will_paginate' | ||
| # Use Unicorn as the app server | ||
| # gem 'unicorn' | ||
| gem 'bootstrap-will_paginate' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/assets/javascripts/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/javascripts/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/javascripts/cart.coffee
0 → 100644
app/assets/javascripts/cart_product.coffee
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/stylesheets/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/stylesheets/cart.scss
0 → 100644
app/assets/stylesheets/cart_product.scss
0 → 100644
app/controllers/cart_controller.rb
0 → 100644
app/controllers/cart_product_controller.rb
0 → 100644
app/helpers/cart_helper.rb
0 → 100644
app/helpers/cart_product_helper.rb
0 → 100644
app/models/cart.rb
0 → 100644
app/models/cart_product.rb
0 → 100644
app/views/cart/new.html.erb
0 → 100644
app/views/cart_product/new.html.erb
0 → 100644
db/migrate/20150724080644_create_carts.rb
0 → 100644
test/controllers/cart_controller_test.rb
0 → 100644
test/fixtures/cart_products.yml
0 → 100644
test/fixtures/carts.yml
0 → 100644
test/models/cart_product_test.rb
0 → 100644
test/models/cart_test.rb
0 → 100644
Please
register
or
sign in
to comment