solr search, insert, update, delete
Showing
| source 'https://rubygems.org' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '4.2.3' | ||
| # Use mysql as the database for Active Record | ||
| ... | ... | @@ -22,25 +20,29 @@ gem 'turbolinks' |
| gem 'jbuilder', '~> 2.0' | ||
| # bundle exec rake doc:rails generates the API under doc/api. | ||
| 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 'unicorn' | ||
| gem 'bootstrap-will_paginate' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| gem 'bcrypt-ruby' | ||
| gem 'rsolr' | ||
| gem 'faker' | ||
| gem 'solr-ruby' | ||
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug' | ||
| # Access an IRB console on exception pages or by using <%= console %> in views | ||
| gem 'web-console', '~> 2.0' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| ... | ... |
app/assets/javascripts/search.coffee
0 → 100644
app/assets/stylesheets/search.scss
0 → 100644
app/controllers/search_controller.rb
0 → 100644
app/helpers/search_helper.rb
0 → 100644
app/views/devise/confirmations/new.html.erb
0 → 100644
app/views/devise/passwords/edit.html.erb
0 → 100644
app/views/devise/passwords/new.html.erb
0 → 100644
app/views/devise/registrations/edit.html.erb
0 → 100644
app/views/devise/registrations/new.html.erb
0 → 100644
app/views/devise/sessions/new.html.erb
0 → 100644
app/views/devise/shared/_links.html.erb
0 → 100644
app/views/devise/unlocks/new.html.erb
0 → 100644
app/views/search/show.html.erb
0 → 100644
db/migrate/20150804090248_change_limit.rb
0 → 100644
File moved
db/migrate/20150811014432_add_field_admin.rb
0 → 100644
test/controllers/search_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment