Skip to content

outoftime/sunspot-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunspot/Rails Example Project

This is a project demonstrating integration of Solr search features into a Rails application using the Sunspot library. It does not cover all of Sunspot’s features, but aims to exemplify the most commonly used ones in a way that is easy for a new user to understand.

Installation

$ git clone git://github.com/outoftime/sunspot-rails-example.git
$ sudo gem install bundler -v '= 0.9.7' # if you haven't already
$ bundle install
$ rake sunspot:solr:start
$ rake faker:generate # To add example data to the database, if you want to
$ script/server thin

About

Example application demonstrating use of Sunspot and Sunspot::Rails for Solr search in Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages