Merge branch 'bk_dhp_solr' into dhp_solr
# Conflicts: # Gemfile # app/controllers/product_items_controller.rb # app/helpers/carts_helper.rb # app/services/cart.rb
Showing
| ... | @@ -36,6 +36,8 @@ gem 'carrierwave', '~> 1.0' | ... | @@ -36,6 +36,8 @@ gem 'carrierwave', '~> 1.0' |
| gem 'mini_magick' | gem 'mini_magick' | ||
| # bootstrap-sass is a Sass-powered version of Bootstrap 3 | # bootstrap-sass is a Sass-powered version of Bootstrap 3 | ||
| gem 'bootstrap-sass', '~> 3.3.6' | gem 'bootstrap-sass', '~> 3.3.6' | ||
| # Config helps you easily manage environment specific settings in an easy and usable manner. | |||
| gem 'config' | |||
| # Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. | # Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. | ||
| gem 'faker', '~> 1.6', '>= 1.6.3' | gem 'faker', '~> 1.6', '>= 1.6.3' | ||
| # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+ | # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+ | ||
| ... | @@ -58,6 +60,8 @@ gem 'toastr-rails', '~> 1.0', '>= 1.0.3' | ... | @@ -58,6 +60,8 @@ gem 'toastr-rails', '~> 1.0', '>= 1.0.3' |
| # (or more often navigation item) | # (or more often navigation item) | ||
| # is selected based on the current page or other arbitrary condition | # is selected based on the current page or other arbitrary condition | ||
| gem 'active_link_to', '~> 1.0', '>= 1.0.4' | gem 'active_link_to', '~> 1.0', '>= 1.0.4' | ||
| # RSolr aims to provide a simple and extensible library for working with Solr | |||
| gem 'rsolr', '~> 2.0', '>= 2.0.2' | |||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
app/controllers/search_controller.rb
0 → 100644
app/services/search.rb
0 → 100644
app/views/layouts/header/_main_nav.html.erb
0 → 100644
app/views/products/_product_action.html.erb
0 → 100644
app/views/search/show.html.erb
0 → 100644
app/views/users/_product.html.erb
0 → 100644
app/views/users/_product_table.html.erb
0 → 100644
Please
register
or
sign in
to comment