Various fixes that prevented production deployment
This commit is contained in:
parent
591845a25d
commit
459e86e25a
8 changed files with 134 additions and 279 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue