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' |
| gem 'mini_magick' | ||
| # bootstrap-sass is a Sass-powered version of Bootstrap 3 | ||
| 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. | ||
| gem 'faker', '~> 1.6', '>= 1.6.3' | ||
| # 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' |
| # (or more often navigation item) | ||
| # is selected based on the current page or other arbitrary condition | ||
| 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 | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/controllers/search_controller.rb
0 → 100644
app/services/search.rb
0 → 100644
app/views/search/show.html.erb
0 → 100644
Please
register
or
sign in
to comment