Various fixes that prevented production deployment

This commit is contained in:
Christoph Haas 2018-08-07 18:36:53 +02:00
parent 591845a25d
commit 459e86e25a
8 changed files with 134 additions and 279 deletions

View file

@ -83,12 +83,12 @@ gem 'will_paginate'
# Style the paginator properly to use Zurb Foundation's style
# https://github.com/acrogenesis/will_paginate-foundation
# (Does not support Foundation 6 yet.)
#gem 'will_paginate-foundation'
gem 'will_paginate-foundation'
# Lightbox image viewer for full-sized images
gem 'fancybox-rails'
# Trying pg_search for full-text search… too slow with ranking… screw PostgreSQL
# Full-text search in PostgreSQL
gem 'pg_search'
# Use SLIM as our templating language