jQuery fileUpload plugin removed. Too complicated.

This commit is contained in:
Christoph Haas 2015-04-19 01:10:48 +02:00
parent 6b23f7d8e5
commit a753b4a1a8
2 changed files with 0 additions and 10 deletions

View file

@ -82,18 +82,9 @@ gem 'will_paginate-foundation'
# Lightbox image viewer for full-sized images
gem 'fancybox2-rails', '~> 0.2.8'
# File upload jQuery plugin
gem 'jquery.fileupload-rails'
# Full-text search… texticle is nowadays called textacular… and it's very inflexible
#gem 'textacular', require: 'textacular/rails'
# Trying pg_search for full-text search… too slow with ranking… screw PostgreSQL
gem 'pg_search'
# Let's use Elasticsearch. "tire" has been retired but there is not yet a worthy alternative.
#gem 'tire'
# Use SLIM as our templating language
gem 'slim-rails'

View file

@ -14,5 +14,4 @@
//= require jquery_ujs
//= require foundation
//= require fancybox
////= require jquery.fileupload
//= require_tree .