better
Showing
| ... | @@ -5,6 +5,8 @@ gem 'bootstrap-sass', '3.2.0.0' | ... | @@ -5,6 +5,8 @@ gem 'bootstrap-sass', '3.2.0.0' |
| gem 'will_paginate-bootstrap' | gem 'will_paginate-bootstrap' | ||
| gem 'bootstrap-will_paginate', '0.0.10' | gem 'bootstrap-will_paginate', '0.0.10' | ||
| gem 'faker', '1.4.2' | gem 'faker', '1.4.2' | ||
| gem 'sunspot_rails' | |||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '4.2.3' | gem 'rails', '4.2.3' | ||
| ... | @@ -46,6 +48,8 @@ group :development, :test do | ... | @@ -46,6 +48,8 @@ group :development, :test do |
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | gem 'spring' | ||
| gem 'sunspot_solr' | |||
| end | end | ||
| ... | ... |
app/views/categories/index.html.erb
0 → 100644
solr/conf/admin-extra.html
0 → 100644
solr/conf/elevate.xml
0 → 100644
solr/conf/mapping-ISOLatin1Accent.txt
0 → 100644
solr/conf/protwords.txt
0 → 100644
solr/conf/schema.xml
0 → 100644
solr/conf/scripts.conf
0 → 100644
solr/conf/solrconfig.xml
0 → 100644
solr/conf/spellings.txt
0 → 100644
solr/conf/stopwords.txt
0 → 100644
solr/conf/synonyms.txt
0 → 100644
solr/default/data/index/segments.gen
0 → 100644
File added
solr/default/data/index/segments_1
0 → 100644
File added
solr/development/data/index/segments.gen
0 → 100644
File added
solr/development/data/index/segments_1
0 → 100644
File added
solr/solr.xml
0 → 100644
solr/test/data/index/segments.gen
0 → 100644
File added
solr/test/data/index/segments_1
0 → 100644
File added
Please
register
or
sign in
to comment