File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ jquery-fileupload-rails is a library that integrates jQuery File Upload for Rail
14
14
15
15
## Installing Gem
16
16
17
- gem "jquery-fileupload-rails"
17
+ gem "jquery-fileupload-rails", :github => 'addagger/jquery-fileupload-rails'
18
18
19
19
## Using the javascripts
20
20
@@ -73,8 +73,8 @@ The `jquery.iframe-transport` fallback transport has some special caveats regard
73
73
74
74
Rails.application.config.middleware.use JQuery::FileUpload::Rails::Middleware
75
75
76
- ## [ Example app] ( https://github.com/tors /jquery-fileupload-rails-paperclip -example )
77
- This app uses paperclip and twitter -bootstrap-rails
76
+ ## [ Example app] ( https://github.com/addagger /jquery-fileupload-rails-example )
77
+ This app uses paperclip and [ anjlab -bootstrap-rails] ( https://github.com/anjlab/bootstrap-rails )
78
78
79
79
You can also check out Ryan Bate's RailsCast [ jQuery File Upload episode] ( http://railscasts.com/episodes/381-jquery-file-upload ) . You will
80
80
need a pro account to watch it though.
You can’t perform that action at this time.
0 commit comments