Done basic feature
Showing
| ... | ... | @@ -53,6 +53,7 @@ gem "slim" |
| gem "thin" | ||
| gem 'figaro', '1.1.1' | ||
| gem 'vacuum' | ||
| gem "breadcrumbs_on_rails" | ||
| group :test do | ||
| # gem 'capybara' # Integration test tool to simulate a user on a website. | ||
| # gem 'capybara_minitest_spec' # MiniTest::Spec expectations for Capybara node matchers. | ||
| ... | ... |
app/assets/images/logo.png
0 → 100644
4.25 KB
app/controllers/categories_controller.rb
0 → 100644
app/controllers/products_controller.rb
0 → 100644
app/models/category.rb
0 → 100644
app/models/product.rb
0 → 100644
app/services/datetime_service.rb
0 → 100644
app/views/categories/show.html.slim
0 → 100644
app/views/home/search.html.slim
0 → 100644
app/views/products/_item.html.slim
0 → 100644
app/views/products/_recommend_item.html.slim
0 → 100644
app/views/products/show.html.slim
0 → 100644
app/views/shared/_categories.html.slim
0 → 100644
config/initializers/dragonfly.rb
0 → 100644
db/migrate/20150715020822_create_products.rb
0 → 100644
Please
register
or
sign in
to comment