Note on file upload plugin added

This commit is contained in:
Christoph Haas 2014-12-31 17:33:41 +01:00
parent 6204e1f89e
commit 9ce7de03b1

View file

@ -27,3 +27,8 @@ CREATE INDEX packages_gin ON packages USING GIN( (to_tsvector('simple',
coalesce("packages"."name"::text, '')) || to_tsvector('simple',
coalesce("packages"."description"::text, '')) || to_tsvector('simple',
coalesce("packages"."long_description"::text, ''))) );
---------
Used: https://github.com/semaperepelitsa/jquery.fileupload-rails
Which is a gem for: https://github.com/blueimp/jQuery-File-Upload