Sha256: 24177f8410556efc5f69fdcdfdef3204a94f57e40fe35dd1bd617aeb17e21d30

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

# This file has been generated by Picky.
#

# Require the gem. This loads the search framework.
#
require 'picky'

# Load your application. This requires the files in lib TODO
#
Loader.load_application

# Load the data. This loads data from cache files e.g. "some_index/*_index.dump" into constant Indexes::SomeIndex.
#
Indexes.load_from_cache

# Use Harakiri middleware to kill unicorn child after X requests.
#
# See http://vimeo.com/12614970 for more info.
#
# Note: Comment this.
#
    Rack::Harakiri.after = 50
use Rack::Harakiri

# Start the application and start accepting requests.
#
# Note: Needs to be the same name as in application.rb.
#
run PickySearch

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
picky-0.0.3 prototype_project/app/application.ru
picky-0.0.2 prototype_project/app/application.ru