uploadbox 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +34 -0
- data/app/assets/javascripts/_image_uploader.coffee +44 -0
- data/app/assets/javascripts/file_uploader.coffee +4 -0
- data/app/assets/javascripts/jquery.fileupload.js +1315 -0
- data/app/assets/javascripts/jquery.iframe-transport.js +205 -0
- data/app/assets/javascripts/jquery.ui.widget.js +521 -0
- data/app/assets/stylesheets/bootstrap/_buttons.css +93 -0
- data/app/assets/stylesheets/bootstrap/_progress.css +207 -0
- data/app/assets/stylesheets/file_uploader.sass +134 -0
- data/app/controllers/file_uploader/application_controller.rb +4 -0
- data/app/controllers/file_uploader/images_controller.rb +20 -0
- data/app/helpers/file_uploader/application_helper.rb +4 -0
- data/app/models/concerns/image_uploadable.rb +11 -0
- data/app/models/concerns/uploadable.rb +9 -0
- data/app/uploaders/concerns/image_processing.rb +33 -0
- data/app/views/file_uploader/images/_uploader.html.slim +16 -0
- data/app/views/file_uploader/images/create.json.jbuilder +6 -0
- data/app/views/layouts/file_uploader/application.html.erb +14 -0
- data/config/routes.rb +3 -0
- data/lib/file_uploader/engine.rb +23 -0
- data/lib/file_uploader/version.rb +3 -0
- data/lib/file_uploader.rb +4 -0
- data/lib/generators/file_uploader/image/USAGE +8 -0
- data/lib/generators/file_uploader/image/image_generator.rb +34 -0
- data/lib/generators/file_uploader/image/templates/initializers/carrierwave.rb +22 -0
- data/lib/generators/file_uploader/image/templates/migrate/create_images.rb +10 -0
- data/lib/generators/file_uploader/image/templates/models/image.rb +3 -0
- data/lib/generators/file_uploader/image/templates/uploaders/image_uploader.rb +3 -0
- data/lib/tasks/file_uploader_tasks.rake +4 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.coffee +3 -0
- data/test/dummy/app/assets/stylesheets/application.sass +2 -0
- data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/controllers/posts_controller.rb +61 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/home_helper.rb +2 -0
- data/test/dummy/app/helpers/posts_helper.rb +2 -0
- data/test/dummy/app/models/post.rb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/posts/_form.slim +26 -0
- data/test/dummy/app/views/posts/edit.html.erb +6 -0
- data/test/dummy/app/views/posts/index.html.erb +32 -0
- data/test/dummy/app/views/posts/new.html.erb +5 -0
- data/test/dummy/app/views/posts/show.html.erb +19 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +23 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +11 -0
- data/test/dummy/config/environments/production.rb +80 -0
- data/test/dummy/config/environments/test.rb +36 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +12 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +6 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130624130249_create_posts.rb +10 -0
- data/test/dummy/db/schema.rb +33 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +20837 -0
- data/test/dummy/public/404.html +58 -0
- data/test/dummy/public/422.html +58 -0
- data/test/dummy/public/500.html +57 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/uploads/image/file/10/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/10/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/11/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/11/sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/12/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/12/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/13/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/13/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/14/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/14/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/15/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/15/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/16/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/16/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/17/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/17/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/18/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/18/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/19/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/19/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/2/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/2/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/20/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/20/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/21/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/21/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/22/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/22/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/23/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/23/sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/27/monument1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/27/regular_monument1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/28/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/28/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/3/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/3/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/33/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/33/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/34/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/34/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/37/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/37/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/38/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/38/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/4/food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/4/regular_food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/40/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/40/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/5/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/5/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/50/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/50/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/51/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/51/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/56/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/56/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/57/monument1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/57/regular_monument1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/58/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/58/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/6/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/6/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/60/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/60/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/61/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/61/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/62/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/62/sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/63/food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/63/regular_food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/64/food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/64/regular_food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/65/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/65/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/66/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/66/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/67/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/67/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/68/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/68/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/69/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/69/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/7/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/7/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/71/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/71/sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/73/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/73/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/75/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/75/sports2.jpg +0 -0
- data/test/dummy/public/uploads/image/file/76/city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/76/regular_city1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/77/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/77/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/78/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/78/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/79/regular_sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/79/sports3.jpg +0 -0
- data/test/dummy/public/uploads/image/file/8/regular_sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/8/sports1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/80/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/80/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/81/food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/81/regular_food1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/84/regular_tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/84/tree1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/9/monument1.jpg +0 -0
- data/test/dummy/public/uploads/image/file/9/regular_monument1.jpg +0 -0
- data/test/dummy/public/uploads/tmp/20130627-0910-4782-4339/regular_sports2.jpg +0 -0
- data/test/dummy/public/uploads/tmp/20130627-0910-4782-4339/sports2.jpg +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_buttons.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_progress.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_buttons.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_progress.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/8160dfcd3114403b4930d081794c16af3ebe3ba6/file_uploader.sassc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_bootstrap_btn.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_fileupload.sassc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/application.sassc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/bootstrap.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/scaffold.cssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/036b77eb9437a0b942e844f0664f2f4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/17aca7a5440d34b72f7519ffa1ab8379 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1a2ba42bd8d58781c7bf0e3d7a33c3c8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1a6ee5f7be55d7f22c31aef2af1aaad7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/21252e0c63eb196e8181b7754194d61a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/22a20eb270b5f0f317e13738bcb73925 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4726dfba577c185e9355be4a832efb8e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/47b830f344f953bcd6328a49ab616646 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4968b24dd091b0fd0e209d67b392be52 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4de2e83f99a4262aa0c8cc6035da959a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4fc9258d221c999ba0aa1d80dbf04e5f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/50afae431e200795f9adc76e38e6130d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54016e9e60301e29500bab9b9815de1e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5608eba5a4ac26d717d876734486c3f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5b6cfeddfda27d92843b8dac8d034ed3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/60f1e97d7008b3ed41f72855a4228bb9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/734b52a3ac29f5ddc9f0cb98046c2315 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/80edcfeb723573fc6499580e5771bb17 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/851e2975dd2977ad620f690b923f3253 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/87cf3e4938b1fefe951ae62b201d8874 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9199b64aec237a59d258f4f149262be1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9742c38f2d32a6142740215f517a73f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9bccb521761b095f6c0255ab7fc9b3fb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a4b8f7dbc861343715de9ec929b0e4ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a6ec7a5f259e52c790fb0f84b69a696e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a7ab4e7b3ec8c08a267319920b433fda +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a88d9c609d05fcc4670c8742b41816c0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9eb7874ccfec01c26d50fdc46d50639 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/abbcfa48059290465d8e74aa4fd0d4de +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/add025ab0eb13a6d4180af43d5df39df +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bd0405b0fbaa0e8a1924bd19f9d52570 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c2a831ed79df487d6485a5c9c52766c2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d080d25d00bbfe7b19138cf7a648dd8c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d247dc85ce71f977c809c8b94d0223ed +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d2a1c642980b0a48bd71e7021eea73a1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d4c6a4b4d2ce87da7c22742887071603 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d795fd4f9a32e134a5dd37f973a17176 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d87810c66e05721ba749c5901c1af296 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ebe08f689f659c024f467b77f32a1c49 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/file_uploader_test.rb +7 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/test_helper.rb +15 -0
- metadata +717 -0
metadata
ADDED
@@ -0,0 +1,717 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: uploadbox
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Julio Protzek
|
8
|
+
- Renato Carvalho
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-06-29 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rails
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 4.0.0
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ~>
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: 4.0.0
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: slim
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ~>
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 1.3.8
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ~>
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 1.3.8
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: sass-rails
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - ~>
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: 4.0.0
|
49
|
+
type: :runtime
|
50
|
+
prerelease: false
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ~>
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 4.0.0
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: coffee-rails
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ~>
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 4.0.0
|
63
|
+
type: :runtime
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ~>
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: 4.0.0
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: fog
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ~>
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 1.12.1
|
77
|
+
type: :runtime
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ~>
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: 1.12.1
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: carrierwave
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - ~>
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: 0.8.0
|
91
|
+
type: :runtime
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - ~>
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: 0.8.0
|
98
|
+
- !ruby/object:Gem::Dependency
|
99
|
+
name: carrierwave-processing
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ~>
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: 0.0.2
|
105
|
+
type: :runtime
|
106
|
+
prerelease: false
|
107
|
+
version_requirements: !ruby/object:Gem::Requirement
|
108
|
+
requirements:
|
109
|
+
- - ~>
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
version: 0.0.2
|
112
|
+
- !ruby/object:Gem::Dependency
|
113
|
+
name: mini_magick
|
114
|
+
requirement: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - ~>
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: 3.6.0
|
119
|
+
type: :runtime
|
120
|
+
prerelease: false
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
122
|
+
requirements:
|
123
|
+
- - ~>
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: 3.6.0
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: jbuilder
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
129
|
+
requirements:
|
130
|
+
- - ~>
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: 1.4.2
|
133
|
+
type: :runtime
|
134
|
+
prerelease: false
|
135
|
+
version_requirements: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - ~>
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: 1.4.2
|
140
|
+
- !ruby/object:Gem::Dependency
|
141
|
+
name: jquery-rails
|
142
|
+
requirement: !ruby/object:Gem::Requirement
|
143
|
+
requirements:
|
144
|
+
- - ~>
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: 3.0.1
|
147
|
+
type: :development
|
148
|
+
prerelease: false
|
149
|
+
version_requirements: !ruby/object:Gem::Requirement
|
150
|
+
requirements:
|
151
|
+
- - ~>
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: 3.0.1
|
154
|
+
- !ruby/object:Gem::Dependency
|
155
|
+
name: better_errors
|
156
|
+
requirement: !ruby/object:Gem::Requirement
|
157
|
+
requirements:
|
158
|
+
- - ~>
|
159
|
+
- !ruby/object:Gem::Version
|
160
|
+
version: 0.9.0
|
161
|
+
type: :development
|
162
|
+
prerelease: false
|
163
|
+
version_requirements: !ruby/object:Gem::Requirement
|
164
|
+
requirements:
|
165
|
+
- - ~>
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: 0.9.0
|
168
|
+
- !ruby/object:Gem::Dependency
|
169
|
+
name: binding_of_caller
|
170
|
+
requirement: !ruby/object:Gem::Requirement
|
171
|
+
requirements:
|
172
|
+
- - ~>
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: 0.7.2
|
175
|
+
type: :development
|
176
|
+
prerelease: false
|
177
|
+
version_requirements: !ruby/object:Gem::Requirement
|
178
|
+
requirements:
|
179
|
+
- - ~>
|
180
|
+
- !ruby/object:Gem::Version
|
181
|
+
version: 0.7.2
|
182
|
+
- !ruby/object:Gem::Dependency
|
183
|
+
name: sqlite3
|
184
|
+
requirement: !ruby/object:Gem::Requirement
|
185
|
+
requirements:
|
186
|
+
- - '>='
|
187
|
+
- !ruby/object:Gem::Version
|
188
|
+
version: '0'
|
189
|
+
type: :development
|
190
|
+
prerelease: false
|
191
|
+
version_requirements: !ruby/object:Gem::Requirement
|
192
|
+
requirements:
|
193
|
+
- - '>='
|
194
|
+
- !ruby/object:Gem::Version
|
195
|
+
version: '0'
|
196
|
+
description: FileUploader makes easy to manage files in your Rails application.
|
197
|
+
email:
|
198
|
+
- julio@startae.com.br
|
199
|
+
- renato@startae.com.br
|
200
|
+
executables: []
|
201
|
+
extensions: []
|
202
|
+
extra_rdoc_files: []
|
203
|
+
files:
|
204
|
+
- app/assets/javascripts/_image_uploader.coffee
|
205
|
+
- app/assets/javascripts/file_uploader.coffee
|
206
|
+
- app/assets/javascripts/jquery.fileupload.js
|
207
|
+
- app/assets/javascripts/jquery.iframe-transport.js
|
208
|
+
- app/assets/javascripts/jquery.ui.widget.js
|
209
|
+
- app/assets/stylesheets/bootstrap/_buttons.css
|
210
|
+
- app/assets/stylesheets/bootstrap/_progress.css
|
211
|
+
- app/assets/stylesheets/file_uploader.sass
|
212
|
+
- app/controllers/file_uploader/application_controller.rb
|
213
|
+
- app/controllers/file_uploader/images_controller.rb
|
214
|
+
- app/helpers/file_uploader/application_helper.rb
|
215
|
+
- app/models/concerns/image_uploadable.rb
|
216
|
+
- app/models/concerns/uploadable.rb
|
217
|
+
- app/uploaders/concerns/image_processing.rb
|
218
|
+
- app/views/file_uploader/images/_uploader.html.slim
|
219
|
+
- app/views/file_uploader/images/create.json.jbuilder
|
220
|
+
- app/views/layouts/file_uploader/application.html.erb
|
221
|
+
- config/routes.rb
|
222
|
+
- lib/file_uploader/engine.rb
|
223
|
+
- lib/file_uploader/version.rb
|
224
|
+
- lib/file_uploader.rb
|
225
|
+
- lib/generators/file_uploader/image/image_generator.rb
|
226
|
+
- lib/generators/file_uploader/image/templates/initializers/carrierwave.rb
|
227
|
+
- lib/generators/file_uploader/image/templates/migrate/create_images.rb
|
228
|
+
- lib/generators/file_uploader/image/templates/models/image.rb
|
229
|
+
- lib/generators/file_uploader/image/templates/uploaders/image_uploader.rb
|
230
|
+
- lib/generators/file_uploader/image/USAGE
|
231
|
+
- lib/tasks/file_uploader_tasks.rake
|
232
|
+
- MIT-LICENSE
|
233
|
+
- Rakefile
|
234
|
+
- README.rdoc
|
235
|
+
- test/dummy/app/assets/javascripts/application.coffee
|
236
|
+
- test/dummy/app/assets/stylesheets/application.sass
|
237
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
238
|
+
- test/dummy/app/controllers/application_controller.rb
|
239
|
+
- test/dummy/app/controllers/posts_controller.rb
|
240
|
+
- test/dummy/app/helpers/application_helper.rb
|
241
|
+
- test/dummy/app/helpers/home_helper.rb
|
242
|
+
- test/dummy/app/helpers/posts_helper.rb
|
243
|
+
- test/dummy/app/models/post.rb
|
244
|
+
- test/dummy/app/views/layouts/application.html.erb
|
245
|
+
- test/dummy/app/views/posts/_form.slim
|
246
|
+
- test/dummy/app/views/posts/edit.html.erb
|
247
|
+
- test/dummy/app/views/posts/index.html.erb
|
248
|
+
- test/dummy/app/views/posts/new.html.erb
|
249
|
+
- test/dummy/app/views/posts/show.html.erb
|
250
|
+
- test/dummy/bin/bundle
|
251
|
+
- test/dummy/bin/rails
|
252
|
+
- test/dummy/bin/rake
|
253
|
+
- test/dummy/config/application.rb
|
254
|
+
- test/dummy/config/boot.rb
|
255
|
+
- test/dummy/config/database.yml
|
256
|
+
- test/dummy/config/environment.rb
|
257
|
+
- test/dummy/config/environments/development.rb
|
258
|
+
- test/dummy/config/environments/production.rb
|
259
|
+
- test/dummy/config/environments/test.rb
|
260
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
261
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
262
|
+
- test/dummy/config/initializers/inflections.rb
|
263
|
+
- test/dummy/config/initializers/mime_types.rb
|
264
|
+
- test/dummy/config/initializers/secret_token.rb
|
265
|
+
- test/dummy/config/initializers/session_store.rb
|
266
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
267
|
+
- test/dummy/config/locales/en.yml
|
268
|
+
- test/dummy/config/routes.rb
|
269
|
+
- test/dummy/config.ru
|
270
|
+
- test/dummy/db/development.sqlite3
|
271
|
+
- test/dummy/db/migrate/20130624130249_create_posts.rb
|
272
|
+
- test/dummy/db/schema.rb
|
273
|
+
- test/dummy/db/test.sqlite3
|
274
|
+
- test/dummy/log/development.log
|
275
|
+
- test/dummy/public/404.html
|
276
|
+
- test/dummy/public/422.html
|
277
|
+
- test/dummy/public/500.html
|
278
|
+
- test/dummy/public/favicon.ico
|
279
|
+
- test/dummy/public/uploads/image/file/10/regular_tree1.jpg
|
280
|
+
- test/dummy/public/uploads/image/file/10/tree1.jpg
|
281
|
+
- test/dummy/public/uploads/image/file/11/regular_sports2.jpg
|
282
|
+
- test/dummy/public/uploads/image/file/11/sports2.jpg
|
283
|
+
- test/dummy/public/uploads/image/file/12/city1.jpg
|
284
|
+
- test/dummy/public/uploads/image/file/12/regular_city1.jpg
|
285
|
+
- test/dummy/public/uploads/image/file/13/regular_tree1.jpg
|
286
|
+
- test/dummy/public/uploads/image/file/13/tree1.jpg
|
287
|
+
- test/dummy/public/uploads/image/file/14/regular_sports1.jpg
|
288
|
+
- test/dummy/public/uploads/image/file/14/sports1.jpg
|
289
|
+
- test/dummy/public/uploads/image/file/15/regular_sports1.jpg
|
290
|
+
- test/dummy/public/uploads/image/file/15/sports1.jpg
|
291
|
+
- test/dummy/public/uploads/image/file/16/regular_sports1.jpg
|
292
|
+
- test/dummy/public/uploads/image/file/16/sports1.jpg
|
293
|
+
- test/dummy/public/uploads/image/file/17/regular_sports1.jpg
|
294
|
+
- test/dummy/public/uploads/image/file/17/sports1.jpg
|
295
|
+
- test/dummy/public/uploads/image/file/18/regular_sports3.jpg
|
296
|
+
- test/dummy/public/uploads/image/file/18/sports3.jpg
|
297
|
+
- test/dummy/public/uploads/image/file/19/regular_sports1.jpg
|
298
|
+
- test/dummy/public/uploads/image/file/19/sports1.jpg
|
299
|
+
- test/dummy/public/uploads/image/file/2/city1.jpg
|
300
|
+
- test/dummy/public/uploads/image/file/2/regular_city1.jpg
|
301
|
+
- test/dummy/public/uploads/image/file/20/regular_sports1.jpg
|
302
|
+
- test/dummy/public/uploads/image/file/20/sports1.jpg
|
303
|
+
- test/dummy/public/uploads/image/file/21/regular_sports1.jpg
|
304
|
+
- test/dummy/public/uploads/image/file/21/sports1.jpg
|
305
|
+
- test/dummy/public/uploads/image/file/22/regular_sports1.jpg
|
306
|
+
- test/dummy/public/uploads/image/file/22/sports1.jpg
|
307
|
+
- test/dummy/public/uploads/image/file/23/regular_sports2.jpg
|
308
|
+
- test/dummy/public/uploads/image/file/23/sports2.jpg
|
309
|
+
- test/dummy/public/uploads/image/file/27/monument1.jpg
|
310
|
+
- test/dummy/public/uploads/image/file/27/regular_monument1.jpg
|
311
|
+
- test/dummy/public/uploads/image/file/28/regular_sports3.jpg
|
312
|
+
- test/dummy/public/uploads/image/file/28/sports3.jpg
|
313
|
+
- test/dummy/public/uploads/image/file/3/city1.jpg
|
314
|
+
- test/dummy/public/uploads/image/file/3/regular_city1.jpg
|
315
|
+
- test/dummy/public/uploads/image/file/33/regular_tree1.jpg
|
316
|
+
- test/dummy/public/uploads/image/file/33/tree1.jpg
|
317
|
+
- test/dummy/public/uploads/image/file/34/city1.jpg
|
318
|
+
- test/dummy/public/uploads/image/file/34/regular_city1.jpg
|
319
|
+
- test/dummy/public/uploads/image/file/37/regular_sports3.jpg
|
320
|
+
- test/dummy/public/uploads/image/file/37/sports3.jpg
|
321
|
+
- test/dummy/public/uploads/image/file/38/regular_sports1.jpg
|
322
|
+
- test/dummy/public/uploads/image/file/38/sports1.jpg
|
323
|
+
- test/dummy/public/uploads/image/file/4/food1.jpg
|
324
|
+
- test/dummy/public/uploads/image/file/4/regular_food1.jpg
|
325
|
+
- test/dummy/public/uploads/image/file/40/regular_tree1.jpg
|
326
|
+
- test/dummy/public/uploads/image/file/40/tree1.jpg
|
327
|
+
- test/dummy/public/uploads/image/file/5/regular_sports1.jpg
|
328
|
+
- test/dummy/public/uploads/image/file/5/sports1.jpg
|
329
|
+
- test/dummy/public/uploads/image/file/50/city1.jpg
|
330
|
+
- test/dummy/public/uploads/image/file/50/regular_city1.jpg
|
331
|
+
- test/dummy/public/uploads/image/file/51/regular_sports1.jpg
|
332
|
+
- test/dummy/public/uploads/image/file/51/sports1.jpg
|
333
|
+
- test/dummy/public/uploads/image/file/56/city1.jpg
|
334
|
+
- test/dummy/public/uploads/image/file/56/regular_city1.jpg
|
335
|
+
- test/dummy/public/uploads/image/file/57/monument1.jpg
|
336
|
+
- test/dummy/public/uploads/image/file/57/regular_monument1.jpg
|
337
|
+
- test/dummy/public/uploads/image/file/58/regular_sports1.jpg
|
338
|
+
- test/dummy/public/uploads/image/file/58/sports1.jpg
|
339
|
+
- test/dummy/public/uploads/image/file/6/city1.jpg
|
340
|
+
- test/dummy/public/uploads/image/file/6/regular_city1.jpg
|
341
|
+
- test/dummy/public/uploads/image/file/60/regular_sports1.jpg
|
342
|
+
- test/dummy/public/uploads/image/file/60/sports1.jpg
|
343
|
+
- test/dummy/public/uploads/image/file/61/city1.jpg
|
344
|
+
- test/dummy/public/uploads/image/file/61/regular_city1.jpg
|
345
|
+
- test/dummy/public/uploads/image/file/62/regular_sports2.jpg
|
346
|
+
- test/dummy/public/uploads/image/file/62/sports2.jpg
|
347
|
+
- test/dummy/public/uploads/image/file/63/food1.jpg
|
348
|
+
- test/dummy/public/uploads/image/file/63/regular_food1.jpg
|
349
|
+
- test/dummy/public/uploads/image/file/64/food1.jpg
|
350
|
+
- test/dummy/public/uploads/image/file/64/regular_food1.jpg
|
351
|
+
- test/dummy/public/uploads/image/file/65/city1.jpg
|
352
|
+
- test/dummy/public/uploads/image/file/65/regular_city1.jpg
|
353
|
+
- test/dummy/public/uploads/image/file/66/regular_sports3.jpg
|
354
|
+
- test/dummy/public/uploads/image/file/66/sports3.jpg
|
355
|
+
- test/dummy/public/uploads/image/file/67/regular_sports1.jpg
|
356
|
+
- test/dummy/public/uploads/image/file/67/sports1.jpg
|
357
|
+
- test/dummy/public/uploads/image/file/68/regular_sports1.jpg
|
358
|
+
- test/dummy/public/uploads/image/file/68/sports1.jpg
|
359
|
+
- test/dummy/public/uploads/image/file/69/regular_sports1.jpg
|
360
|
+
- test/dummy/public/uploads/image/file/69/sports1.jpg
|
361
|
+
- test/dummy/public/uploads/image/file/7/regular_sports3.jpg
|
362
|
+
- test/dummy/public/uploads/image/file/7/sports3.jpg
|
363
|
+
- test/dummy/public/uploads/image/file/71/regular_sports2.jpg
|
364
|
+
- test/dummy/public/uploads/image/file/71/sports2.jpg
|
365
|
+
- test/dummy/public/uploads/image/file/73/regular_sports1.jpg
|
366
|
+
- test/dummy/public/uploads/image/file/73/sports1.jpg
|
367
|
+
- test/dummy/public/uploads/image/file/75/regular_sports2.jpg
|
368
|
+
- test/dummy/public/uploads/image/file/75/sports2.jpg
|
369
|
+
- test/dummy/public/uploads/image/file/76/city1.jpg
|
370
|
+
- test/dummy/public/uploads/image/file/76/regular_city1.jpg
|
371
|
+
- test/dummy/public/uploads/image/file/77/regular_sports1.jpg
|
372
|
+
- test/dummy/public/uploads/image/file/77/sports1.jpg
|
373
|
+
- test/dummy/public/uploads/image/file/78/regular_tree1.jpg
|
374
|
+
- test/dummy/public/uploads/image/file/78/tree1.jpg
|
375
|
+
- test/dummy/public/uploads/image/file/79/regular_sports3.jpg
|
376
|
+
- test/dummy/public/uploads/image/file/79/sports3.jpg
|
377
|
+
- test/dummy/public/uploads/image/file/8/regular_sports1.jpg
|
378
|
+
- test/dummy/public/uploads/image/file/8/sports1.jpg
|
379
|
+
- test/dummy/public/uploads/image/file/80/regular_tree1.jpg
|
380
|
+
- test/dummy/public/uploads/image/file/80/tree1.jpg
|
381
|
+
- test/dummy/public/uploads/image/file/81/food1.jpg
|
382
|
+
- test/dummy/public/uploads/image/file/81/regular_food1.jpg
|
383
|
+
- test/dummy/public/uploads/image/file/84/regular_tree1.jpg
|
384
|
+
- test/dummy/public/uploads/image/file/84/tree1.jpg
|
385
|
+
- test/dummy/public/uploads/image/file/9/monument1.jpg
|
386
|
+
- test/dummy/public/uploads/image/file/9/regular_monument1.jpg
|
387
|
+
- test/dummy/public/uploads/tmp/20130627-0910-4782-4339/regular_sports2.jpg
|
388
|
+
- test/dummy/public/uploads/tmp/20130627-0910-4782-4339/sports2.jpg
|
389
|
+
- test/dummy/Rakefile
|
390
|
+
- test/dummy/README.rdoc
|
391
|
+
- test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_buttons.cssc
|
392
|
+
- test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_progress.cssc
|
393
|
+
- test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_buttons.cssc
|
394
|
+
- test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_progress.cssc
|
395
|
+
- test/dummy/tmp/cache/assets/development/sass/8160dfcd3114403b4930d081794c16af3ebe3ba6/file_uploader.sassc
|
396
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_bootstrap_btn.cssc
|
397
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_fileupload.sassc
|
398
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/application.sassc
|
399
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/bootstrap.cssc
|
400
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/scaffold.cssc
|
401
|
+
- test/dummy/tmp/cache/assets/development/sprockets/036b77eb9437a0b942e844f0664f2f4d
|
402
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
403
|
+
- test/dummy/tmp/cache/assets/development/sprockets/17aca7a5440d34b72f7519ffa1ab8379
|
404
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1a2ba42bd8d58781c7bf0e3d7a33c3c8
|
405
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1a6ee5f7be55d7f22c31aef2af1aaad7
|
406
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c
|
407
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
408
|
+
- test/dummy/tmp/cache/assets/development/sprockets/21252e0c63eb196e8181b7754194d61a
|
409
|
+
- test/dummy/tmp/cache/assets/development/sprockets/22a20eb270b5f0f317e13738bcb73925
|
410
|
+
- test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f
|
411
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2
|
412
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
413
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
414
|
+
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
|
415
|
+
- test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683
|
416
|
+
- test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6
|
417
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4726dfba577c185e9355be4a832efb8e
|
418
|
+
- test/dummy/tmp/cache/assets/development/sprockets/47b830f344f953bcd6328a49ab616646
|
419
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4968b24dd091b0fd0e209d67b392be52
|
420
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4de2e83f99a4262aa0c8cc6035da959a
|
421
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4fc9258d221c999ba0aa1d80dbf04e5f
|
422
|
+
- test/dummy/tmp/cache/assets/development/sprockets/50afae431e200795f9adc76e38e6130d
|
423
|
+
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
|
424
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
425
|
+
- test/dummy/tmp/cache/assets/development/sprockets/54016e9e60301e29500bab9b9815de1e
|
426
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5608eba5a4ac26d717d876734486c3f5
|
427
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5b6cfeddfda27d92843b8dac8d034ed3
|
428
|
+
- test/dummy/tmp/cache/assets/development/sprockets/60f1e97d7008b3ed41f72855a4228bb9
|
429
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
|
430
|
+
- test/dummy/tmp/cache/assets/development/sprockets/734b52a3ac29f5ddc9f0cb98046c2315
|
431
|
+
- test/dummy/tmp/cache/assets/development/sprockets/80edcfeb723573fc6499580e5771bb17
|
432
|
+
- test/dummy/tmp/cache/assets/development/sprockets/851e2975dd2977ad620f690b923f3253
|
433
|
+
- test/dummy/tmp/cache/assets/development/sprockets/87cf3e4938b1fefe951ae62b201d8874
|
434
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9199b64aec237a59d258f4f149262be1
|
435
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9742c38f2d32a6142740215f517a73f5
|
436
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9bccb521761b095f6c0255ab7fc9b3fb
|
437
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a4b8f7dbc861343715de9ec929b0e4ca
|
438
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a6ec7a5f259e52c790fb0f84b69a696e
|
439
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a7ab4e7b3ec8c08a267319920b433fda
|
440
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a88d9c609d05fcc4670c8742b41816c0
|
441
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a9eb7874ccfec01c26d50fdc46d50639
|
442
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4
|
443
|
+
- test/dummy/tmp/cache/assets/development/sprockets/abbcfa48059290465d8e74aa4fd0d4de
|
444
|
+
- test/dummy/tmp/cache/assets/development/sprockets/add025ab0eb13a6d4180af43d5df39df
|
445
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e
|
446
|
+
- test/dummy/tmp/cache/assets/development/sprockets/bd0405b0fbaa0e8a1924bd19f9d52570
|
447
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c2a831ed79df487d6485a5c9c52766c2
|
448
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b
|
449
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
450
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145
|
451
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d080d25d00bbfe7b19138cf7a648dd8c
|
452
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d247dc85ce71f977c809c8b94d0223ed
|
453
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d2a1c642980b0a48bd71e7021eea73a1
|
454
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d4c6a4b4d2ce87da7c22742887071603
|
455
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
456
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d795fd4f9a32e134a5dd37f973a17176
|
457
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d87810c66e05721ba749c5901c1af296
|
458
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ebe08f689f659c024f467b77f32a1c49
|
459
|
+
- test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0
|
460
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
461
|
+
- test/file_uploader_test.rb
|
462
|
+
- test/integration/navigation_test.rb
|
463
|
+
- test/test_helper.rb
|
464
|
+
homepage: https://github.com/startae/file_uploader
|
465
|
+
licenses:
|
466
|
+
- MIT
|
467
|
+
metadata: {}
|
468
|
+
post_install_message:
|
469
|
+
rdoc_options: []
|
470
|
+
require_paths:
|
471
|
+
- lib
|
472
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
473
|
+
requirements:
|
474
|
+
- - '>='
|
475
|
+
- !ruby/object:Gem::Version
|
476
|
+
version: 1.9.3
|
477
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
478
|
+
requirements:
|
479
|
+
- - '>='
|
480
|
+
- !ruby/object:Gem::Version
|
481
|
+
version: '0'
|
482
|
+
requirements: []
|
483
|
+
rubyforge_project:
|
484
|
+
rubygems_version: 2.0.3
|
485
|
+
signing_key:
|
486
|
+
specification_version: 4
|
487
|
+
summary: Ajax file uploader for Rails applications.
|
488
|
+
test_files:
|
489
|
+
- test/dummy/app/assets/javascripts/application.coffee
|
490
|
+
- test/dummy/app/assets/stylesheets/application.sass
|
491
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
492
|
+
- test/dummy/app/controllers/application_controller.rb
|
493
|
+
- test/dummy/app/controllers/posts_controller.rb
|
494
|
+
- test/dummy/app/helpers/application_helper.rb
|
495
|
+
- test/dummy/app/helpers/home_helper.rb
|
496
|
+
- test/dummy/app/helpers/posts_helper.rb
|
497
|
+
- test/dummy/app/models/post.rb
|
498
|
+
- test/dummy/app/views/layouts/application.html.erb
|
499
|
+
- test/dummy/app/views/posts/_form.slim
|
500
|
+
- test/dummy/app/views/posts/edit.html.erb
|
501
|
+
- test/dummy/app/views/posts/index.html.erb
|
502
|
+
- test/dummy/app/views/posts/new.html.erb
|
503
|
+
- test/dummy/app/views/posts/show.html.erb
|
504
|
+
- test/dummy/bin/bundle
|
505
|
+
- test/dummy/bin/rails
|
506
|
+
- test/dummy/bin/rake
|
507
|
+
- test/dummy/config/application.rb
|
508
|
+
- test/dummy/config/boot.rb
|
509
|
+
- test/dummy/config/database.yml
|
510
|
+
- test/dummy/config/environment.rb
|
511
|
+
- test/dummy/config/environments/development.rb
|
512
|
+
- test/dummy/config/environments/production.rb
|
513
|
+
- test/dummy/config/environments/test.rb
|
514
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
515
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
516
|
+
- test/dummy/config/initializers/inflections.rb
|
517
|
+
- test/dummy/config/initializers/mime_types.rb
|
518
|
+
- test/dummy/config/initializers/secret_token.rb
|
519
|
+
- test/dummy/config/initializers/session_store.rb
|
520
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
521
|
+
- test/dummy/config/locales/en.yml
|
522
|
+
- test/dummy/config/routes.rb
|
523
|
+
- test/dummy/config.ru
|
524
|
+
- test/dummy/db/development.sqlite3
|
525
|
+
- test/dummy/db/migrate/20130624130249_create_posts.rb
|
526
|
+
- test/dummy/db/schema.rb
|
527
|
+
- test/dummy/db/test.sqlite3
|
528
|
+
- test/dummy/log/development.log
|
529
|
+
- test/dummy/public/404.html
|
530
|
+
- test/dummy/public/422.html
|
531
|
+
- test/dummy/public/500.html
|
532
|
+
- test/dummy/public/favicon.ico
|
533
|
+
- test/dummy/public/uploads/image/file/10/regular_tree1.jpg
|
534
|
+
- test/dummy/public/uploads/image/file/10/tree1.jpg
|
535
|
+
- test/dummy/public/uploads/image/file/11/regular_sports2.jpg
|
536
|
+
- test/dummy/public/uploads/image/file/11/sports2.jpg
|
537
|
+
- test/dummy/public/uploads/image/file/12/city1.jpg
|
538
|
+
- test/dummy/public/uploads/image/file/12/regular_city1.jpg
|
539
|
+
- test/dummy/public/uploads/image/file/13/regular_tree1.jpg
|
540
|
+
- test/dummy/public/uploads/image/file/13/tree1.jpg
|
541
|
+
- test/dummy/public/uploads/image/file/14/regular_sports1.jpg
|
542
|
+
- test/dummy/public/uploads/image/file/14/sports1.jpg
|
543
|
+
- test/dummy/public/uploads/image/file/15/regular_sports1.jpg
|
544
|
+
- test/dummy/public/uploads/image/file/15/sports1.jpg
|
545
|
+
- test/dummy/public/uploads/image/file/16/regular_sports1.jpg
|
546
|
+
- test/dummy/public/uploads/image/file/16/sports1.jpg
|
547
|
+
- test/dummy/public/uploads/image/file/17/regular_sports1.jpg
|
548
|
+
- test/dummy/public/uploads/image/file/17/sports1.jpg
|
549
|
+
- test/dummy/public/uploads/image/file/18/regular_sports3.jpg
|
550
|
+
- test/dummy/public/uploads/image/file/18/sports3.jpg
|
551
|
+
- test/dummy/public/uploads/image/file/19/regular_sports1.jpg
|
552
|
+
- test/dummy/public/uploads/image/file/19/sports1.jpg
|
553
|
+
- test/dummy/public/uploads/image/file/2/city1.jpg
|
554
|
+
- test/dummy/public/uploads/image/file/2/regular_city1.jpg
|
555
|
+
- test/dummy/public/uploads/image/file/20/regular_sports1.jpg
|
556
|
+
- test/dummy/public/uploads/image/file/20/sports1.jpg
|
557
|
+
- test/dummy/public/uploads/image/file/21/regular_sports1.jpg
|
558
|
+
- test/dummy/public/uploads/image/file/21/sports1.jpg
|
559
|
+
- test/dummy/public/uploads/image/file/22/regular_sports1.jpg
|
560
|
+
- test/dummy/public/uploads/image/file/22/sports1.jpg
|
561
|
+
- test/dummy/public/uploads/image/file/23/regular_sports2.jpg
|
562
|
+
- test/dummy/public/uploads/image/file/23/sports2.jpg
|
563
|
+
- test/dummy/public/uploads/image/file/27/monument1.jpg
|
564
|
+
- test/dummy/public/uploads/image/file/27/regular_monument1.jpg
|
565
|
+
- test/dummy/public/uploads/image/file/28/regular_sports3.jpg
|
566
|
+
- test/dummy/public/uploads/image/file/28/sports3.jpg
|
567
|
+
- test/dummy/public/uploads/image/file/3/city1.jpg
|
568
|
+
- test/dummy/public/uploads/image/file/3/regular_city1.jpg
|
569
|
+
- test/dummy/public/uploads/image/file/33/regular_tree1.jpg
|
570
|
+
- test/dummy/public/uploads/image/file/33/tree1.jpg
|
571
|
+
- test/dummy/public/uploads/image/file/34/city1.jpg
|
572
|
+
- test/dummy/public/uploads/image/file/34/regular_city1.jpg
|
573
|
+
- test/dummy/public/uploads/image/file/37/regular_sports3.jpg
|
574
|
+
- test/dummy/public/uploads/image/file/37/sports3.jpg
|
575
|
+
- test/dummy/public/uploads/image/file/38/regular_sports1.jpg
|
576
|
+
- test/dummy/public/uploads/image/file/38/sports1.jpg
|
577
|
+
- test/dummy/public/uploads/image/file/4/food1.jpg
|
578
|
+
- test/dummy/public/uploads/image/file/4/regular_food1.jpg
|
579
|
+
- test/dummy/public/uploads/image/file/40/regular_tree1.jpg
|
580
|
+
- test/dummy/public/uploads/image/file/40/tree1.jpg
|
581
|
+
- test/dummy/public/uploads/image/file/5/regular_sports1.jpg
|
582
|
+
- test/dummy/public/uploads/image/file/5/sports1.jpg
|
583
|
+
- test/dummy/public/uploads/image/file/50/city1.jpg
|
584
|
+
- test/dummy/public/uploads/image/file/50/regular_city1.jpg
|
585
|
+
- test/dummy/public/uploads/image/file/51/regular_sports1.jpg
|
586
|
+
- test/dummy/public/uploads/image/file/51/sports1.jpg
|
587
|
+
- test/dummy/public/uploads/image/file/56/city1.jpg
|
588
|
+
- test/dummy/public/uploads/image/file/56/regular_city1.jpg
|
589
|
+
- test/dummy/public/uploads/image/file/57/monument1.jpg
|
590
|
+
- test/dummy/public/uploads/image/file/57/regular_monument1.jpg
|
591
|
+
- test/dummy/public/uploads/image/file/58/regular_sports1.jpg
|
592
|
+
- test/dummy/public/uploads/image/file/58/sports1.jpg
|
593
|
+
- test/dummy/public/uploads/image/file/6/city1.jpg
|
594
|
+
- test/dummy/public/uploads/image/file/6/regular_city1.jpg
|
595
|
+
- test/dummy/public/uploads/image/file/60/regular_sports1.jpg
|
596
|
+
- test/dummy/public/uploads/image/file/60/sports1.jpg
|
597
|
+
- test/dummy/public/uploads/image/file/61/city1.jpg
|
598
|
+
- test/dummy/public/uploads/image/file/61/regular_city1.jpg
|
599
|
+
- test/dummy/public/uploads/image/file/62/regular_sports2.jpg
|
600
|
+
- test/dummy/public/uploads/image/file/62/sports2.jpg
|
601
|
+
- test/dummy/public/uploads/image/file/63/food1.jpg
|
602
|
+
- test/dummy/public/uploads/image/file/63/regular_food1.jpg
|
603
|
+
- test/dummy/public/uploads/image/file/64/food1.jpg
|
604
|
+
- test/dummy/public/uploads/image/file/64/regular_food1.jpg
|
605
|
+
- test/dummy/public/uploads/image/file/65/city1.jpg
|
606
|
+
- test/dummy/public/uploads/image/file/65/regular_city1.jpg
|
607
|
+
- test/dummy/public/uploads/image/file/66/regular_sports3.jpg
|
608
|
+
- test/dummy/public/uploads/image/file/66/sports3.jpg
|
609
|
+
- test/dummy/public/uploads/image/file/67/regular_sports1.jpg
|
610
|
+
- test/dummy/public/uploads/image/file/67/sports1.jpg
|
611
|
+
- test/dummy/public/uploads/image/file/68/regular_sports1.jpg
|
612
|
+
- test/dummy/public/uploads/image/file/68/sports1.jpg
|
613
|
+
- test/dummy/public/uploads/image/file/69/regular_sports1.jpg
|
614
|
+
- test/dummy/public/uploads/image/file/69/sports1.jpg
|
615
|
+
- test/dummy/public/uploads/image/file/7/regular_sports3.jpg
|
616
|
+
- test/dummy/public/uploads/image/file/7/sports3.jpg
|
617
|
+
- test/dummy/public/uploads/image/file/71/regular_sports2.jpg
|
618
|
+
- test/dummy/public/uploads/image/file/71/sports2.jpg
|
619
|
+
- test/dummy/public/uploads/image/file/73/regular_sports1.jpg
|
620
|
+
- test/dummy/public/uploads/image/file/73/sports1.jpg
|
621
|
+
- test/dummy/public/uploads/image/file/75/regular_sports2.jpg
|
622
|
+
- test/dummy/public/uploads/image/file/75/sports2.jpg
|
623
|
+
- test/dummy/public/uploads/image/file/76/city1.jpg
|
624
|
+
- test/dummy/public/uploads/image/file/76/regular_city1.jpg
|
625
|
+
- test/dummy/public/uploads/image/file/77/regular_sports1.jpg
|
626
|
+
- test/dummy/public/uploads/image/file/77/sports1.jpg
|
627
|
+
- test/dummy/public/uploads/image/file/78/regular_tree1.jpg
|
628
|
+
- test/dummy/public/uploads/image/file/78/tree1.jpg
|
629
|
+
- test/dummy/public/uploads/image/file/79/regular_sports3.jpg
|
630
|
+
- test/dummy/public/uploads/image/file/79/sports3.jpg
|
631
|
+
- test/dummy/public/uploads/image/file/8/regular_sports1.jpg
|
632
|
+
- test/dummy/public/uploads/image/file/8/sports1.jpg
|
633
|
+
- test/dummy/public/uploads/image/file/80/regular_tree1.jpg
|
634
|
+
- test/dummy/public/uploads/image/file/80/tree1.jpg
|
635
|
+
- test/dummy/public/uploads/image/file/81/food1.jpg
|
636
|
+
- test/dummy/public/uploads/image/file/81/regular_food1.jpg
|
637
|
+
- test/dummy/public/uploads/image/file/84/regular_tree1.jpg
|
638
|
+
- test/dummy/public/uploads/image/file/84/tree1.jpg
|
639
|
+
- test/dummy/public/uploads/image/file/9/monument1.jpg
|
640
|
+
- test/dummy/public/uploads/image/file/9/regular_monument1.jpg
|
641
|
+
- test/dummy/public/uploads/tmp/20130627-0910-4782-4339/regular_sports2.jpg
|
642
|
+
- test/dummy/public/uploads/tmp/20130627-0910-4782-4339/sports2.jpg
|
643
|
+
- test/dummy/Rakefile
|
644
|
+
- test/dummy/README.rdoc
|
645
|
+
- test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_buttons.cssc
|
646
|
+
- test/dummy/tmp/cache/assets/development/sass/5b407eb4aa13436bd984a25ae192ac2652db5759/_progress.cssc
|
647
|
+
- test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_buttons.cssc
|
648
|
+
- test/dummy/tmp/cache/assets/development/sass/7662e69738309f2449b5f34a623416e02bd31561/_progress.cssc
|
649
|
+
- test/dummy/tmp/cache/assets/development/sass/8160dfcd3114403b4930d081794c16af3ebe3ba6/file_uploader.sassc
|
650
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_bootstrap_btn.cssc
|
651
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/_fileupload.sassc
|
652
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/application.sassc
|
653
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/bootstrap.cssc
|
654
|
+
- test/dummy/tmp/cache/assets/development/sass/b3df06ca649a689a4fd2f92938f644fb80a0b76c/scaffold.cssc
|
655
|
+
- test/dummy/tmp/cache/assets/development/sprockets/036b77eb9437a0b942e844f0664f2f4d
|
656
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
657
|
+
- test/dummy/tmp/cache/assets/development/sprockets/17aca7a5440d34b72f7519ffa1ab8379
|
658
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1a2ba42bd8d58781c7bf0e3d7a33c3c8
|
659
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1a6ee5f7be55d7f22c31aef2af1aaad7
|
660
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c
|
661
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1
|
662
|
+
- test/dummy/tmp/cache/assets/development/sprockets/21252e0c63eb196e8181b7754194d61a
|
663
|
+
- test/dummy/tmp/cache/assets/development/sprockets/22a20eb270b5f0f317e13738bcb73925
|
664
|
+
- test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f
|
665
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2
|
666
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
667
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
668
|
+
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
|
669
|
+
- test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683
|
670
|
+
- test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6
|
671
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4726dfba577c185e9355be4a832efb8e
|
672
|
+
- test/dummy/tmp/cache/assets/development/sprockets/47b830f344f953bcd6328a49ab616646
|
673
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4968b24dd091b0fd0e209d67b392be52
|
674
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4de2e83f99a4262aa0c8cc6035da959a
|
675
|
+
- test/dummy/tmp/cache/assets/development/sprockets/4fc9258d221c999ba0aa1d80dbf04e5f
|
676
|
+
- test/dummy/tmp/cache/assets/development/sprockets/50afae431e200795f9adc76e38e6130d
|
677
|
+
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
|
678
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4
|
679
|
+
- test/dummy/tmp/cache/assets/development/sprockets/54016e9e60301e29500bab9b9815de1e
|
680
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5608eba5a4ac26d717d876734486c3f5
|
681
|
+
- test/dummy/tmp/cache/assets/development/sprockets/5b6cfeddfda27d92843b8dac8d034ed3
|
682
|
+
- test/dummy/tmp/cache/assets/development/sprockets/60f1e97d7008b3ed41f72855a4228bb9
|
683
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
|
684
|
+
- test/dummy/tmp/cache/assets/development/sprockets/734b52a3ac29f5ddc9f0cb98046c2315
|
685
|
+
- test/dummy/tmp/cache/assets/development/sprockets/80edcfeb723573fc6499580e5771bb17
|
686
|
+
- test/dummy/tmp/cache/assets/development/sprockets/851e2975dd2977ad620f690b923f3253
|
687
|
+
- test/dummy/tmp/cache/assets/development/sprockets/87cf3e4938b1fefe951ae62b201d8874
|
688
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9199b64aec237a59d258f4f149262be1
|
689
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9742c38f2d32a6142740215f517a73f5
|
690
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9bccb521761b095f6c0255ab7fc9b3fb
|
691
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a4b8f7dbc861343715de9ec929b0e4ca
|
692
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a6ec7a5f259e52c790fb0f84b69a696e
|
693
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a7ab4e7b3ec8c08a267319920b433fda
|
694
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a88d9c609d05fcc4670c8742b41816c0
|
695
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a9eb7874ccfec01c26d50fdc46d50639
|
696
|
+
- test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4
|
697
|
+
- test/dummy/tmp/cache/assets/development/sprockets/abbcfa48059290465d8e74aa4fd0d4de
|
698
|
+
- test/dummy/tmp/cache/assets/development/sprockets/add025ab0eb13a6d4180af43d5df39df
|
699
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e
|
700
|
+
- test/dummy/tmp/cache/assets/development/sprockets/bd0405b0fbaa0e8a1924bd19f9d52570
|
701
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c2a831ed79df487d6485a5c9c52766c2
|
702
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b
|
703
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
704
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145
|
705
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d080d25d00bbfe7b19138cf7a648dd8c
|
706
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d247dc85ce71f977c809c8b94d0223ed
|
707
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d2a1c642980b0a48bd71e7021eea73a1
|
708
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d4c6a4b4d2ce87da7c22742887071603
|
709
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
710
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d795fd4f9a32e134a5dd37f973a17176
|
711
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d87810c66e05721ba749c5901c1af296
|
712
|
+
- test/dummy/tmp/cache/assets/development/sprockets/ebe08f689f659c024f467b77f32a1c49
|
713
|
+
- test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0
|
714
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
715
|
+
- test/file_uploader_test.rb
|
716
|
+
- test/integration/navigation_test.rb
|
717
|
+
- test/test_helper.rb
|