jquery-fileupload-rails 0.4.7 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +4 -3
- data/lib/jquery/fileupload/rails/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a051610872838ba01a3a231102532cb55152266f78f68ddb4504647ea96a77ad
|
4
|
+
data.tar.gz: 44172e57b8f398905a5f65c9c53566bd735c60f479ef7a58c3fc4ee5bdc2c9b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c5ca8c011cc131a4e61e45e0a4d8c844e103927b128fec8cb998373573236ce7428403a3f509e889caf12874d4a7c26d91df4fa98f0f99f88fce2256210566f
|
7
|
+
data.tar.gz: d9241b9b52de26c1a2e2a9dae008f26cbf85de514d40f3dcf0a6531efd5fd9f8bb78d7e3510a9d4d3e8de26de9b3e0e54dca46af86a095792e559eab056df41c
|
data/README.md
CHANGED
@@ -72,15 +72,16 @@ There are also noscript styles for Browsers with Javascript disabled, to use the
|
|
72
72
|
|
73
73
|
The `jquery.iframe-transport` fallback transport has some special caveats regarding the response data type, http status, and character encodings. `jquery-fileupload-rails` includes a middleware that handles these inconsistencies seamlessly. If you decide to use it, create an initializer that adds the middleware to your application's middleware stack.
|
74
74
|
|
75
|
-
|
75
|
+
```ruby
|
76
|
+
Rails.application.config.middleware.use JQuery::FileUpload::Rails::Middleware
|
77
|
+
```
|
76
78
|
|
77
79
|
## Example apps
|
78
80
|
[jquery-fileupload-rails-paperclip-example](https://github.com/tors/jquery-fileupload-rails-paperclip-example): jQuery File Upload in Rails 3.2 with Paperclip and Bootstrap
|
79
81
|
|
80
82
|
[rails-resumable-jquery-fileupload](https://github.com/vgantchev/rails-resumable-jquery-fileupload): resumable (chunked) uploads with jQuery File Upload in Rails 4.2 using Paperclip
|
81
83
|
|
82
|
-
You can also check out Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload).
|
83
|
-
need a pro account to watch it though.
|
84
|
+
You can also check out Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload).
|
84
85
|
|
85
86
|
|
86
87
|
## Thanks
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-fileupload-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tors Dalid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -53,19 +53,19 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.1'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: sassc
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '0'
|
69
69
|
description: jQuery File Upload by Sebastian Tschan integrated for Rails 3.1+ Asset
|
70
70
|
Pipeline
|
71
71
|
email:
|
@@ -128,9 +128,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
requirements: []
|
130
130
|
rubyforge_project: jquery-fileupload-rails
|
131
|
-
rubygems_version: 2.
|
131
|
+
rubygems_version: 2.7.6
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: jQuery File Upload for Rails 3.1+ Asset Pipeline
|
135
135
|
test_files: []
|
136
|
-
has_rdoc:
|