jQuery fileUpload plugin removed. Too complicated.
This commit is contained in:
parent
6b23f7d8e5
commit
a753b4a1a8
2 changed files with 0 additions and 10 deletions
9
Gemfile
9
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -14,5 +14,4 @@
|
|||
//= require jquery_ujs
|
||||
//= require foundation
|
||||
//= require fancybox
|
||||
////= require jquery.fileupload
|
||||
//= require_tree .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue