Skip to content

anthonator/guard-sunspot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Sunspot

Guard::Sunspot allows you to automatically start and stop your solr server.

Install

The simplest way to install Guard is to use Bundler. Please make sure to have Guard installed before continue.

Add Guard::Cucumber to your Gemfile:

group :development do
  gem 'guard-sunspot'
end

Add the default Guard::Cucumber template to your Guardfile by running:

$ guard init sunspot

Options

You can set RAILS_ENV by setting the :environment option.

guard 'sunspot', :environment => 'development' do
  watch('Gemfile.lock')
  watch('config/sunspot.yml')
end

About

Guard gem for sunspot solr

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%