Skip to content

jsteenb2/chewy_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is an example application using the Chewy gem extension to Elasticsearch. Application updated to work with ElasticSearch 1.0.0 version and later. To try it:

  • Install ElasticSearch >= 1.0.0
  • Clone this repo
  • bundle install
  • RAILS_ENV=test rake elasticsearch:start db:setup && rake spec for tests
  • rake db:setup && rake chewy:reset && rails s for trying

To find ActsAsTaggableOn monkeypatches look at the config/initializers/acts_as_taggable_on.rb

About

Chewy example application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.3%
  • HTML 12.8%
  • JavaScript 1.5%
  • CSS 1.4%